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

Unified Diff: third_party/WebKit/public/platform/UseCounterFeature.def

Issue 2917053003: Add use counters for the experimental Budget API methods (Closed)
Patch Set: 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 | « third_party/WebKit/Source/modules/budget/BudgetService.idl ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/UseCounterFeature.def
diff --git a/third_party/WebKit/public/platform/UseCounterFeature.def b/third_party/WebKit/public/platform/UseCounterFeature.def
index 1d7f3d8d370a2f26627eb2a514fd807c659bfc13..c2e3811fad300df89a1c12c7d262f14378f8ecd5 100644
--- a/third_party/WebKit/public/platform/UseCounterFeature.def
+++ b/third_party/WebKit/public/platform/UseCounterFeature.def
@@ -1551,6 +1551,8 @@ kTableSectionDirectionDifferentFromTable = 2016,
kClientHintsDeviceRAM = 2017,
kCSSRegisterProperty = 2018,
kRelativeOrientationSensorConstructor = 2019,
+kBudgetAPIGetCost = 2020,
johnme 2017/06/02 16:09:13 Consider moving these above `// The above items ar
Peter Beverloo 2017/06/02 16:29:55 I'll manually merge this -- changing the order wil
+kBudgetAPIGetBudget = 2021,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in
« no previous file with comments | « third_party/WebKit/Source/modules/budget/BudgetService.idl ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698