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

Unified Diff: third_party/WebKit/Source/core/frame/PRESUBMIT.py

Issue 2728543006: Fix core/frame PRESUBMIT for UseCounter changes (Closed)
Patch Set: Created 3 years, 10 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/PRESUBMIT.py
diff --git a/third_party/WebKit/Source/core/frame/PRESUBMIT.py b/third_party/WebKit/Source/core/frame/PRESUBMIT.py
index 40530edb9b17158134323c523a5a0a9c0a3e967a..589861be7649c971a0fcaa37eb7149f56e8d8e74 100644
--- a/third_party/WebKit/Source/core/frame/PRESUBMIT.py
+++ b/third_party/WebKit/Source/core/frame/PRESUBMIT.py
@@ -72,7 +72,7 @@ def _RunUmaHistogramChecks(input_api, output_api):
else:
return []
- START_MARKER = '^enum Feature {'
+ START_MARKER = '^enum Feature : uint32_t {'
END_MARKER = '^NumberOfFeatures'
if update_histogram_enum.HistogramNeedsUpdate(
histogram_enum_name='FeatureObserver',
« 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