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

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

Issue 23432002: Generate passwords only for forms that autofill server marks as account creation forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/core/common/autofill_messages.h
diff --git a/components/autofill/core/common/autofill_messages.h b/components/autofill/core/common/autofill_messages.h
index b17ae64c77135216c05d5730002fb9ec908bc2b6..5c0eed91da72796b65a2b8e6d9b8895da0b8ec64 100644
--- a/components/autofill/core/common/autofill_messages.h
+++ b/components/autofill/core/common/autofill_messages.h
@@ -190,6 +190,9 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_AutocheckoutSupported)
// after being preloaded.
IPC_MESSAGE_ROUTED0(AutofillMsg_PageShown)
+IPC_MESSAGE_ROUTED1(AutofillMsg_AccountCreationFormsDetected,
Ilya Sherman 2013/08/29 23:08:13 nit: Please add documentation for this IPC message
zysxqn 2013/09/03 23:00:20 Done.
+ std::vector<GURL> /* form origins */)
Ilya Sherman 2013/08/29 23:08:13 nit: The inline comment should be a variable name.
zysxqn 2013/09/03 23:00:20 Done.
+
// Autofill messages sent from the renderer to the browser.
// TODO(creis): check in the browser that the renderer actually has permission

Powered by Google App Engine
This is Rietveld 408576698