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

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

Issue 2917053003: Add use counters for the experimental Budget API methods (Closed)
Patch Set: rebase 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 1fac9d443c0574789e47954a204f0078cf08c30c..2d9b84e3b9be92f82b7cdd625ade9cd5171c9ade 100644
--- a/third_party/WebKit/public/platform/UseCounterFeature.def
+++ b/third_party/WebKit/public/platform/UseCounterFeature.def
@@ -1552,7 +1552,8 @@ kClientHintsDeviceRAM = 2017,
kCSSRegisterProperty = 2018,
kRelativeOrientationSensorConstructor = 2019,
kSmoothScrollJSInterventionActivated = 2020,
-
+kBudgetAPIGetCost = 2021,
+kBudgetAPIGetBudget = 2022,
// 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