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

Unified Diff: third_party/WebKit/public/web/WebAutofillClient.h

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt 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: third_party/WebKit/public/web/WebAutofillClient.h
diff --git a/third_party/WebKit/public/web/WebAutofillClient.h b/third_party/WebKit/public/web/WebAutofillClient.h
index e850acf4c1e4ab028b497dd5b87a660ab5864baa..99c321ec3ea83f933ee43037463b302625c76d4a 100644
--- a/third_party/WebKit/public/web/WebAutofillClient.h
+++ b/third_party/WebKit/public/web/WebAutofillClient.h
@@ -43,9 +43,6 @@ template <typename T> class WebVector;
class WebAutofillClient {
public:
- // Informs the browser an interactive autocomplete has been requested.
- virtual void didRequestAutocomplete(const WebFormElement&) { }
-
// These methods are called when the users edits a text-field.
virtual void textFieldDidEndEditing(const WebInputElement&) { }
virtual void textFieldDidChange(const WebFormControlElement&) { }
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | third_party/WebKit/public/web/WebFormElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698