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

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

Issue 2231873002: Added budget_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@budget_api
Patch Set: Add a connection error handler to BudgetService Created 4 years, 4 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/BudgetService.idl
diff --git a/third_party/WebKit/Source/modules/budget/BudgetService.idl b/third_party/WebKit/Source/modules/budget/BudgetService.idl
index 8ccf53295536d366c4198e2bc3cceb212f5cf851..ce186a719ea2cc9919b9b0af0849c31eac3f2258 100644
--- a/third_party/WebKit/Source/modules/budget/BudgetService.idl
+++ b/third_party/WebKit/Source/modules/budget/BudgetService.idl
@@ -13,5 +13,5 @@ enum ActionType {
RuntimeEnabled=Budget
] interface BudgetService {
[CallWith=ScriptState] Promise<double> getCost(ActionType actionType);
- [CallWith=ScriptState] Promise<FrozenArray<BudgetChunk>> getBudget();
+ [CallWith=ScriptState] Promise<FrozenArray<BudgetState>> getBudget();
};

Powered by Google App Engine
This is Rietveld 408576698