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

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

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 e8baa603be5bb4380990a4659dbcca4cb3dccb7b..567579e757e497cbb75ce168a866b675d249e07e 100644
--- a/components/autofill/content/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -198,15 +198,6 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_UserTriggeredGeneratePassword)
IPC_MESSAGE_ROUTED1(AutofillMsg_FormNotBlacklisted,
autofill::PasswordForm /* form checked */)
-// Sent when requestAutocomplete() finishes (either succesfully or with an
-// error). If it was a success, the renderer fills the form that requested
-// autocomplete with the |form_data| values input by the user. |message|
-// is printed to the console if non-empty.
-IPC_MESSAGE_ROUTED3(AutofillMsg_RequestAutocompleteResult,
- blink::WebFormElement::AutocompleteResult /* result */,
- base::string16 /* message */,
- autofill::FormData /* form_data */)
-
// Sent when Autofill manager gets the query response from the Autofill server
// and there are fields classified for password generation in the response.
IPC_MESSAGE_ROUTED1(
@@ -299,10 +290,6 @@ IPC_MESSAGE_ROUTED2(AutofillHostMsg_DidFillAutofillFormData,
autofill::FormData /* the form */,
base::TimeTicks /* timestamp */)
-// Sent when a form receives a request to do interactive autocomplete.
-IPC_MESSAGE_ROUTED1(AutofillHostMsg_RequestAutocomplete,
- autofill::FormData /* form_data */)
-
// Send when a text field is done editing.
IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidEndTextFieldEditing)
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_test_util.cc ('k') | components/autofill/content/renderer/autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698