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

Unified Diff: components/autofill/content/renderer/autofill_agent.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/renderer/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index f22ca0c31a7c371838f8bf772a3b23006b590ede..aaf357670086c8b8c2ed4e2be291121a47c4a5fe 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -145,7 +145,6 @@ class AutofillAgent : public content::RenderFrameObserver,
void textFieldDidReceiveKeyDown(
const blink::WebInputElement& element,
const blink::WebKeyboardEvent& event) override;
- void didRequestAutocomplete(const blink::WebFormElement& form) override;
void setIgnoreTextChanges(bool ignore) override;
void didAssociateFormControls(
const blink::WebVector<blink::WebNode>& nodes) override;
@@ -177,17 +176,6 @@ class AutofillAgent : public content::RenderFrameObserver,
// Called when a same-page navigation is detected.
void OnSamePageNavigationCompleted();
- // Called when interactive autocomplete finishes. |message| is printed to
- // the console if non-empty.
- void OnRequestAutocompleteResult(
- blink::WebFormElement::AutocompleteResult result,
- const base::string16& message,
- const FormData& form_data);
-
- // Called when an autocomplete request succeeds or fails with the |result|.
- void FinishAutocompleteRequest(
- blink::WebFormElement::AutocompleteResult result);
-
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug
// http://bugs.webkit.org/show_bug.cgi?id=16976
void TextFieldDidChangeImpl(const blink::WebFormControlElement& element);
« no previous file with comments | « components/autofill/content/common/autofill_messages.h ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698