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

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

Issue 1494373003: [Autofill] Send Autofill upload when active form loses focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed test Created 5 years 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 b3878cba3da5cd080220122d18a25f76bcce00fc..f1d3ea6a33b229d05918ed956792fb81718d542f 100644
--- a/components/autofill/content/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -282,8 +282,12 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidPreviewAutofillFormData)
// Sent immediately after the renderer receives a ping IPC.
IPC_MESSAGE_ROUTED0(AutofillHostMsg_PingAck)
+// Sent when the current form is no longer focused.
+IPC_MESSAGE_ROUTED0(AutofillHostMsg_FocusNoLongerOnForm)
+
// Sent when a form is filled with Autofill suggestions.
-IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData,
+IPC_MESSAGE_ROUTED2(AutofillHostMsg_DidFillAutofillFormData,
+ autofill::FormData /* the form */,
base::TimeTicks /* timestamp */)
// Sent when a form receives a request to do interactive autocomplete.
« no previous file with comments | « components/autofill/content/browser/content_autofill_driver.cc ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698