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

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: Fun with merging Created 7 years, 8 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 abcb0be75e20ba0e34df5c69fc0690955699a271..f8efa89dc956e0ebfbcb9a32553eb4656a756bd2 100644
--- a/components/autofill/common/autofill_messages.h
+++ b/components/autofill/common/autofill_messages.h
@@ -12,6 +12,7 @@
#include "components/autofill/common/form_data_predictions.h"
#include "components/autofill/common/form_field_data.h"
#include "components/autofill/common/form_field_data_predictions.h"
+#include "components/autofill/common/forms_seen_state.h"
#include "components/autofill/common/password_form_fill_data.h"
#include "components/autofill/common/web_element_descriptor.h"
#include "content/public/common/common_param_traits.h"
@@ -27,6 +28,7 @@
#define IPC_MESSAGE_START AutofillMsgStart
IPC_ENUM_TRAITS(autofill::AutocheckoutStatus)
+IPC_ENUM_TRAITS(autofill::FormsSeenState)
IPC_STRUCT_TRAITS_BEGIN(autofill::WebElementDescriptor)
IPC_STRUCT_TRAITS_MEMBER(descriptor)
@@ -181,7 +183,7 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_AutocheckoutSupported)
IPC_MESSAGE_ROUTED3(AutofillHostMsg_FormsSeen,
std::vector<autofill::FormData> /* forms */,
base::TimeTicks /* timestamp */,
- bool /* has_more_forms */)
+ autofill::FormsSeenState /* state */)
// Notification that password forms have been seen that are candidates for
// filling/submitting by the password manager.
« no previous file with comments | « components/autofill/browser/autofill_metrics_unittest.cc ('k') | components/autofill/common/forms_seen_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698