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

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

Issue 2229283003: Convert Budget to BudgetService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated global interface list 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/Budget.idl b/third_party/WebKit/Source/modules/budget/BudgetService.idl
similarity index 94%
rename from third_party/WebKit/Source/modules/budget/Budget.idl
rename to third_party/WebKit/Source/modules/budget/BudgetService.idl
index e70f063e875f108dc8bc544a8807cbeeb0430f39..8ccf53295536d366c4198e2bc3cceb212f5cf851 100644
--- a/third_party/WebKit/Source/modules/budget/Budget.idl
+++ b/third_party/WebKit/Source/modules/budget/BudgetService.idl
@@ -11,7 +11,7 @@ enum ActionType {
[
RuntimeEnabled=Budget
-] interface Budget {
+] interface BudgetService {
[CallWith=ScriptState] Promise<double> getCost(ActionType actionType);
[CallWith=ScriptState] Promise<FrozenArray<BudgetChunk>> getBudget();
};
« no previous file with comments | « third_party/WebKit/Source/modules/budget/BudgetService.cpp ('k') | third_party/WebKit/Source/modules/budget/NavigatorBudget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698