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 9d3b87d32a196cf414112a9aec30d6308f5ff62d..39a289a6c62e126a0e1b89d19ca1f411b31f7b14 100644 |
| --- a/components/autofill/core/common/autofill_messages.h |
| +++ b/components/autofill/core/common/autofill_messages.h |
| @@ -268,10 +268,9 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidEndTextFieldEditing) |
| // Instructs the browser to hide the Autofill UI. |
| IPC_MESSAGE_ROUTED0(AutofillHostMsg_HideAutofillUi) |
| -// Sent when the renderer attempts to click an element in an Autocheckout flow |
| -// and either the element could not be found or the click did not have the |
| -// desired effect. |
| -IPC_MESSAGE_ROUTED1(AutofillHostMsg_ClickFailed, |
| +// Sent when the renderer filled an Autocheckout page and clicked the proceed |
| +// button if any. |
|
Ilya Sherman
2013/07/16 22:56:26
nit: or if there was an error.
benquan
2013/07/17 00:28:57
Done.
|
| +IPC_MESSAGE_ROUTED1(AutofillHostMsg_AutocheckoutPageCompleted, |
| autofill::AutocheckoutStatus /* status */) |
| // Instructs the browser to show the password generation bubble at the |