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 09f446aa1d89c6c1bef94ccdd57a9275d00821c3..e084879b28896de0c31751f4ce91357054a2f38c 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -168,6 +168,9 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptDataListSuggestion, |
IPC_MESSAGE_ROUTED1(AutofillMsg_GeneratedPasswordAccepted, |
base::string16 /* generated_password */) |
+// Tells the renderer to enable the form classifier. |
+IPC_MESSAGE_ROUTED0(AutofillMsg_AllowToRunFormClassifier) |
+ |
// Tells the renderer to fill the username and password with with given |
// values. |
IPC_MESSAGE_ROUTED2(AutofillMsg_FillPasswordSuggestion, |