Chromium Code Reviews| 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..b1babc81671e40c4d90f073fa94a014c57325371 100644 |
| --- a/components/autofill/core/common/autofill_messages.h |
| +++ b/components/autofill/core/common/autofill_messages.h |
| @@ -22,7 +22,6 @@ |
| #include "ipc/ipc_message_utils.h" |
| #include "third_party/WebKit/public/web/WebFormElement.h" |
| #include "ui/gfx/rect.h" |
| -#include "url/gurl.h" |
| #define IPC_MESSAGE_START AutofillMsgStart |
| @@ -190,6 +189,11 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_AutocheckoutSupported) |
| // after being preloaded. |
| IPC_MESSAGE_ROUTED0(AutofillMsg_PageShown) |
| +// Sent when autofill manager gets the query response from the autofill server |
|
Ilya Sherman
2013/09/03 23:58:01
nit: "autofill" -> "Autofill"
zysxqn
2013/09/04 17:26:20
Done.
|
| +// and there are fields classified as ACCOUNT_CREATION_PASSWORD in the response. |
| +IPC_MESSAGE_ROUTED1(AutofillMsg_AccountCreationFormsDetected, |
| + std::vector<autofill::FormData> /* forms */) |
| + |
| // Autofill messages sent from the renderer to the browser. |
| // TODO(creis): check in the browser that the renderer actually has permission |