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

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: address comments Created 6 years, 1 month 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);
};

Powered by Google App Engine
This is Rietveld 408576698