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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerContainer.idl

Issue 130693010: Rename NavigatorServiceWorkerInterface to ServiceWorkerContainer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerContainer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl
diff --git a/Source/modules/serviceworkers/NavigatorServiceWorkerInterface.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
similarity index 97%
rename from Source/modules/serviceworkers/NavigatorServiceWorkerInterface.idl
rename to Source/modules/serviceworkers/ServiceWorkerContainer.idl
index b78400314d72159cde66ca19f899611ea9a0d88f..c6ab688c54e4466bab1267fcdb754c3126abf415 100644
--- a/Source/modules/serviceworkers/NavigatorServiceWorkerInterface.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
@@ -31,7 +31,7 @@
[
RuntimeEnabled=ServiceWorker,
NoInterfaceObject
-] interface NavigatorServiceWorkerInterface {
+] interface ServiceWorkerContainer {
[CallWith=ExecutionContext, ImplementedAs=registerServiceWorker] Promise
register(DOMString url, optional Dictionary options);
[CallWith=ExecutionContext, ImplementedAs=unregisterServiceWorker] Promise unregister(optional DOMString scope);
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerContainer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698