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 f757f73517710c7e19c6441f4f71ea490054215d..bc2e5afbd9eed2a91820140f2e533efdb5ede16d 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -155,9 +155,6 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_FillFieldWithValue, |
IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewFieldWithValue, |
base::string16 /* value */) |
-// The popup has been hidden. |
-IPC_MESSAGE_ROUTED0(AutofillMsg_PopupHidden) |
- |
// Sets the currently selected node's value to be the given data list value. |
IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptDataListSuggestion, |
base::string16 /* accepted data list value */) |