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 0fa84302fedee7c1cc7d7e4f5b3aeca4af514d47..c096ba1a704d091cbc99773b9a467474cd7135fb 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -94,6 +94,9 @@ IPC_ENUM_TRAITS_MAX_VALUE( |
// Autofill messages sent from the browser to the renderer. |
+// Instructs the renderer to immediately return an IPC acknowledging the ping. |
Ilya Sherman
2014/05/29 01:28:24
nit: Please mention that this is used to correctly
erikchen
2014/05/29 20:31:31
Done.
|
+IPC_MESSAGE_ROUTED0(AutofillMsg_Ping) |
+ |
// Instructs the renderer to fill the active form with the given form data. |
IPC_MESSAGE_ROUTED2(AutofillMsg_FillForm, |
int /* query_id */, |
@@ -221,6 +224,9 @@ IPC_MESSAGE_ROUTED5(AutofillHostMsg_QueryFormFieldAutofill, |
// Sent when a form is previewed with Autofill suggestions. |
IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidPreviewAutofillFormData) |
+// Sent immediately after the renderer receives a ping IPC. |
+IPC_MESSAGE_ROUTED0(AutofillHostMsg_PingAck) |
+ |
// Sent when a form is filled with Autofill suggestions. |
IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData, |
base::TimeTicks /* timestamp */) |