| 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 072f7eb0229b62091d63c67a389d18b6bda3e7d1..2439953e8fb993442e2841c7b1de2f6728287100 100644
|
| --- a/third_party/WebKit/public/web/WebAutofillClient.h
|
| +++ b/third_party/WebKit/public/web/WebAutofillClient.h
|
| @@ -51,10 +51,6 @@ class WebAutofillClient {
|
| // 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) {}
|
| -
|
| virtual void didAssociateFormControlsDynamically() {}
|
| virtual void ajaxSucceeded() {}
|
|
|
|
|