Index: public/web/WebAutofillClient.h |
diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h |
index ac331d1882e7a969ea72086fb924560bc7cd2afa..1c5289a6f7b87a97580bb300a66f38426b71acb0 100644 |
--- a/public/web/WebAutofillClient.h |
+++ b/public/web/WebAutofillClient.h |
@@ -53,6 +53,8 @@ public: |
virtual void textFieldDidReceiveKeyDown(const WebInputElement&, const WebKeyboardEvent&) { } |
// This is called when a datalist indicator is clicked. |
virtual void openTextDataListChooser(const WebInputElement&) { } |
+ // Called the first time the user interacts with the page after a load. |
+ virtual void firstUserGestureObserved() { } |
// Informs the client whether or not any subsequent text changes should be ignored. |
virtual void setIgnoreTextChanges(bool ignore) { } |