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&) { } |