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

Unified Diff: Source/modules/serviceworkers/testing/InternalsServiceWorker.idl

Issue 695643002: Add terminateServiceWorker method for layout tests - blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years 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: Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
similarity index 75%
copy from Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
copy to Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
index 0d43a955a5bec91694d52a0bb8633874418c8cfb..f20eecbec8dc7998365140d214b5a454d538109f 100644
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
+++ b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
@@ -3,5 +3,5 @@
// found in the LICENSE file.
partial interface Internals {
- void setNavigatorContentUtilsClientMock(Document document);
+ void terminateServiceWorker(ServiceWorker worker);
};
« no previous file with comments | « Source/modules/serviceworkers/testing/InternalsServiceWorker.cpp ('k') | public/platform/WebServiceWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698