Password manager internals page: Introduce logger in renderer
A follow-up to https://codereview.chromium.org/
216183008/
Password manager internals page serves as a debugging output from the process of observing submitted password forms and offering the user to save the password. The user will be able to grab the debugging info and pass it onto the Chrome developers to help investigate issues.
This CL introduces:
1) RendererSavePasswordProgressLogger, a specialization of the SavePasswordProgressLogger for the renderer part of the password management code.
2) Additional support in the PasswordManagementClient to use the Logger in the renderer code.
More context in the design doc: https://docs.google.com/document/d/1ArDhTo0w-8tOPiTwqM1gG6ZGqODo8UTpXlJjjnCNK4s/edit?usp=sharing
A follow-up CL will introduce actual logging calls.
TBR=inferno@chromium.org
BUG=347927
Review URL: https://codereview.chromium.org/
228263004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263002 0039d316-1c4b-4281-b951-d872f2087c98