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

Unified Diff: third_party/WebKit/public/web/WebFindOptions.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/WebFindOptions.h
diff --git a/third_party/WebKit/public/web/WebFindOptions.h b/third_party/WebKit/public/web/WebFindOptions.h
index 7f379099c14abc5a4f1e2de2869bb725ea5c865e..a824f9718a0c40660195f63a6e4ee8356259df29 100644
--- a/third_party/WebKit/public/web/WebFindOptions.h
+++ b/third_party/WebKit/public/web/WebFindOptions.h
@@ -49,8 +49,9 @@ struct WebFindOptions {
// Whether this operation should look for matches only at the start of words.
bool wordStart;
- // When combined with wordStart, accepts a match in the middle of a word if the match begins with
- // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches.
+ // When combined with wordStart, accepts a match in the middle of a word if
+ // the match begins with an uppercase letter followed by a lowercase or
+ // non-letter. Accepts several other intra-word matches.
bool medialCapitalAsWordStart;
// Force a re-search of the frame: typically used when forcing a re-search
« no previous file with comments | « third_party/WebKit/public/web/WebFileChooserParams.h ('k') | third_party/WebKit/public/web/WebFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698