| 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 8f8139b644b93dddc268d6d36ea6dc42c751509b..86a5a5ed9eeb54fc5e7c1d6076987bfe16e5d931 100644
|
| --- a/third_party/WebKit/public/web/WebAutofillClient.h
|
| +++ b/third_party/WebKit/public/web/WebAutofillClient.h
|
| @@ -56,7 +56,8 @@ 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.
|
| + // Informs the client whether or not any subsequent text changes should be
|
| + // ignored.
|
| virtual void setIgnoreTextChanges(bool ignore) {}
|
|
|
| virtual void didAssociateFormControlsDynamically() {}
|
|
|