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

Unified Diff: third_party/WebKit/Source/modules/budget/BudgetState.idl

Issue 2891953002: Ship and experiment with the Budget API (Closed)
Patch Set: one more result file 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
Index: third_party/WebKit/Source/modules/budget/BudgetState.idl
diff --git a/third_party/WebKit/Source/modules/budget/BudgetState.idl b/third_party/WebKit/Source/modules/budget/BudgetState.idl
index d7732f80e8a8376763be40b59bf27d9ee24b46ac..41e6f4d66253780ba91d481bf6b5aae1ee192ca8 100644
--- a/third_party/WebKit/Source/modules/budget/BudgetState.idl
+++ b/third_party/WebKit/Source/modules/budget/BudgetState.idl
@@ -5,7 +5,7 @@
// https://wicg.github.io/budget-api/#budget-state-interface
[
- RuntimeEnabled=Budget,
+ OriginTrialEnabled=BudgetQuery,
Exposed=(Window,Worker)
] interface BudgetState {
readonly attribute double budgetAt;

Powered by Google App Engine
This is Rietveld 408576698