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

Unified Diff: components/autofill/content/browser/content_autofill_driver.cc

Issue 796493004: Remove FrameDetached and FrameWillClose listeners from AutofillAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix init order Created 5 years, 11 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/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;

Powered by Google App Engine
This is Rietveld 408576698