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

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

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 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 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() {}
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | third_party/WebKit/public/web/WebContentSettingsClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698