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

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

Issue 2273743002: Framework and tests for WorkerNavigatorBudget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_service
Patch Set: rebased 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/WorkerNavigatorBudget.idl
diff --git a/third_party/WebKit/Source/modules/budget/NavigatorBudget.idl b/third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl
similarity index 75%
copy from third_party/WebKit/Source/modules/budget/NavigatorBudget.idl
copy to third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl
index dd0bfe22b87d5a6a58f091523dbb8cc93a5d88f2..8beb991bdaf97c1e46c8bc2ba10d18e9c400cfee 100644
--- a/third_party/WebKit/Source/modules/budget/NavigatorBudget.idl
+++ b/third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// TODO(harkness): Update to WorkerNavigator partial interface documentation.
// https://beverloo.github.io/budget-api/#navigator-budget-interface
// TODO(harkness): Link WICG spec when it exists.
[
RuntimeEnabled=Budget
-] partial interface Navigator {
- // TODO(harkness): In the spec, this is not a partial interface.
+] partial interface WorkerNavigator {
readonly attribute BudgetService budget;
};
« no previous file with comments | « third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.cpp ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698