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

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

Issue 13264002: Requery the autofill server when forms and input fields are dynamically added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/common/autofill_messages.h
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h
index 7a35b17a87ae6c44253ccdf17bb23ce995242456..3f92be9f7eba0a8961cc44463ae7b6fb1dd69761 100644
--- a/components/autofill/common/autofill_messages.h
+++ b/components/autofill/common/autofill_messages.h
@@ -175,10 +175,11 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_WhitelistedForAutocheckout)
// Notification that forms have been seen that are candidates for
// filling/submitting by the AutofillManager.
-IPC_MESSAGE_ROUTED3(AutofillHostMsg_FormsSeen,
+IPC_MESSAGE_ROUTED4(AutofillHostMsg_FormsSeen,
std::vector<FormData> /* forms */,
base::TimeTicks /* timestamp */,
- bool /* has_more_forms */)
+ bool /* has_more_forms */,
+ bool /* is_post_document_load */)
// Notification that password forms have been seen that are candidates for
// filling/submitting by the password manager.

Powered by Google App Engine
This is Rietveld 408576698