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

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

Issue 2894063002: Expose UseCounter::Feature enum out of blink as WebFeature (Closed)
Patch Set: Rebase update Created 3 years, 7 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/enums.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 a0bf042d12faaf20113db52c21f792b80ddd03fe..42132883a19d67a3b76ed12922ca936f3a8fc6bb 100755
--- a/tools/metrics/histograms/update_use_counter_feature_enum.py
+++ b/tools/metrics/histograms/update_use_counter_feature_enum.py
@@ -32,9 +32,9 @@ if __name__ == '__main__':
'https://github.com/GoogleChrome/chromium-dashboard')
options, args = parser.parse_args()
- source_path = 'third_party/WebKit/Source/core/frame/UseCounter.h'
+ source_path = 'third_party/WebKit/public/platform/UseCounterFeature.def'
- START_MARKER = '^enum Feature : uint32_t {'
+ START_MARKER = '^'
END_MARKER = '^kNumberOfFeatures'
if options.dashboard:
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698