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

Unified Diff: tools/metrics/histograms/update_use_counter_feature_enum.py

Issue 2683333002: Add detailed use-counter stats for the prefixed quota APIs (Closed)
Patch Set: tool fix 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 | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/update_use_counter_feature_enum.py
diff --git a/tools/metrics/histograms/update_use_counter_feature_enum.py b/tools/metrics/histograms/update_use_counter_feature_enum.py
index edfdf99fed6a4d0917ffe8b6b964885bd89c0dcd..a2493c8739b92e18a79c107a947f9edd44f24333 100755
--- a/tools/metrics/histograms/update_use_counter_feature_enum.py
+++ b/tools/metrics/histograms/update_use_counter_feature_enum.py
@@ -34,7 +34,7 @@ if __name__ == '__main__':
source_path = 'third_party/WebKit/Source/core/frame/UseCounter.h'
- START_MARKER = '^enum Feature {'
+ START_MARKER = '^enum Feature : uint32_t {'
END_MARKER = '^NumberOfFeatures'
if options.dashboard:
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698