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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2364383002: Preformat UseCounter.h to avoid clang-format confusing the UMA scripts. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index fe0a2ca5b6df71933cd778c6d4501c983fc834c2..715c4b4a3c088ace1f32e4a5b1e5109340b31d2f 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -193,7 +193,8 @@ public:
InputTypePassword = 192,
InputTypePasswordMaxLength = 193,
PrefixedPageVisibility = 196,
- CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the specification and other browsers.
+ // Inconsistent with the specification and other browsers.
+ CSSStyleSheetInsertRuleOptionalArg = 198,
DocumentBeforeUnloadRegistered = 200,
DocumentBeforeUnloadFired = 201,
DocumentUnloadRegistered = 202,
@@ -219,7 +220,8 @@ public:
PrefixedTransform3dMediaFeature = 237,
PrefixedStorageQuota = 240,
ResetReferrerPolicy = 243,
- CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped from specification.
+ // Case-insensitivity dropped from specification.
+ CaseInsensitiveAttrSelectorMatch = 244,
FormNameAccessForImageElement = 246,
FormNameAccessForPastNamesMap = 247,
FormAssociationByParser = 248,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698