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

Unified Diff: components/autofill/content/common/autofill_messages.h

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/common/autofill_messages.h
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
index 577a7f9c54ee5bc6500435192092abd0d310448d..bc2e5afbd9eed2a91820140f2e533efdb5ede16d 100644
--- a/components/autofill/content/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -272,13 +272,8 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData,
base::TimeTicks /* timestamp */)
// Sent when a form receives a request to do interactive autocomplete.
-IPC_MESSAGE_ROUTED2(AutofillHostMsg_RequestAutocomplete,
- autofill::FormData /* form_data */,
- GURL /* frame_url */)
-
-// Sent when interactive autocomplete is cancelled (e.g. because the invoking
-// frame was navigated to a different URL).
-IPC_MESSAGE_ROUTED0(AutofillHostMsg_CancelRequestAutocomplete)
+IPC_MESSAGE_ROUTED1(AutofillHostMsg_RequestAutocomplete,
+ autofill::FormData /* form_data */)
// Send when a text field is done editing.
IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidEndTextFieldEditing)

Powered by Google App Engine
This is Rietveld 408576698