Chromium Code Reviews| Index: third_party/WebKit/Source/modules/budget/BudgetState.idl |
| diff --git a/third_party/WebKit/Source/modules/budget/BudgetChunk.idl b/third_party/WebKit/Source/modules/budget/BudgetState.idl |
| similarity index 72% |
| rename from third_party/WebKit/Source/modules/budget/BudgetChunk.idl |
| rename to third_party/WebKit/Source/modules/budget/BudgetState.idl |
| index a8ffa94284ad535e9970470793859956f1c95209..1f2d83dbe12b907c53690fc626d14af29dcb482a 100644 |
| --- a/third_party/WebKit/Source/modules/budget/BudgetChunk.idl |
| +++ b/third_party/WebKit/Source/modules/budget/BudgetState.idl |
| @@ -5,7 +5,7 @@ |
| // https://beverloo.github.io/budget-api/#budget-state-interface |
| // TODO(harkness): Link WICG spec when it exists. |
| -dictionary BudgetChunk { |
| - double amount; |
| - double expiration; |
| +interface BudgetState { |
|
Peter Beverloo
2016/08/24 15:40:57
[
RuntimeEnabled=Budget
] interface BudgetStat
harkness
2016/08/24 16:11:13
Done.
|
| + readonly attribute double budgetAt; |
| + readonly attribute DOMTimeStamp time; |
| }; |