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

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

Issue 2825703002: Make a use counter name 1 char shorter to avoid line wrapping (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/core/events/TouchEventTest.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 de7bee3e19f06e18f998366a24a97fd3d33efc16..5cc8b982a09672874b36ad570558be0cabeef327 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1428,9 +1428,8 @@ class CORE_EXPORT UseCounter {
kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810,
kV8DeprecatedStorageQuota_RequestQuota_Method = 1811,
kV8FileReaderSync_Constructor = 1812,
- kUncancellableTouchEventPreventDefaulted = 1813,
- kUncancellableTouchEventDueToMainThreadResponsivenessPreventDefaulted =
- 1814,
+ kUncancelableTouchEventPreventDefaulted = 1813,
+ kUncancelableTouchEventDueToMainThreadResponsivenessPreventDefaulted = 1814,
kV8HTMLVideoElement_Poster_AttributeGetter = 1815,
kV8HTMLVideoElement_Poster_AttributeSetter = 1816,
kNotificationPermissionRequestedIframe = 1817,
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEventTest.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698