Index: components/autofill/content/browser/content_autofill_driver.cc |
diff --git a/components/autofill/content/browser/content_autofill_driver.cc b/components/autofill/content/browser/content_autofill_driver.cc |
index 992b862ffae0b38afbfe7e9fa220565ee9ff5a2b..bae84eedd67262e1b2e34f76d38e917a92cfd5ef 100644 |
--- a/components/autofill/content/browser/content_autofill_driver.cc |
+++ b/components/autofill/content/browser/content_autofill_driver.cc |
@@ -183,9 +183,6 @@ bool ContentAutofillDriver::HandleMessage(const IPC::Message& message) { |
IPC_MESSAGE_FORWARD(AutofillHostMsg_RequestAutocomplete, |
&request_autocomplete_manager_, |
RequestAutocompleteManager::OnRequestAutocomplete) |
- IPC_MESSAGE_FORWARD(AutofillHostMsg_CancelRequestAutocomplete, |
- &request_autocomplete_manager_, |
- RequestAutocompleteManager::OnCancelRequestAutocomplete) |
IPC_MESSAGE_UNHANDLED(handled = false) |
IPC_END_MESSAGE_MAP() |
return handled; |