Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: components/autofill/content/common/autofill_messages.h

Issue 228263004: Password manager internals page: Introduce logger in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/content/common/autofill_messages.h
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
index 9b01b5d2a61aa6c6da003472065b0c4e092c4d6a..0f442028d92bec0ce315c9fffcef35d9eeb3b14a 100644
--- a/components/autofill/content/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -185,6 +185,10 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsRendered,
IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormSubmitted,
autofill::PasswordForm /* form */)
+// Notification that logs during saving the password have been gathered.
Tom Sepez 2014/04/10 19:16:42 We'd be a lot happier if the log wasn't a free-for
Tom Sepez 2014/04/10 19:20:57 nit: I'm having a hard time reading that sentence.
Ilya Sherman 2014/04/10 19:32:15 There are actually methods that build these string
vabr (Chromium) 2014/04/10 19:37:05 Does it help, that the URLs are being scrubbed to
vabr (Chromium) 2014/04/10 19:37:05 Would "Sends the collected log to browser for disp
+IPC_MESSAGE_ROUTED1(AutofillHostMsg_RecordSavePasswordProgress,
+ std::string /* log */)
+
// Notification that a form has been submitted. The user hit the button.
IPC_MESSAGE_ROUTED2(AutofillHostMsg_FormSubmitted,
autofill::FormData /* form */,
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/renderer/renderer_save_password_progress_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698