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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp

Issue 2746783002: [ServiceWorker] Mojofy InstallEvent of Service Worker (Closed)
Patch Set: Just delete a useless line Created 3 years, 8 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/web/WebEmbeddedWorkerImplTest.cpp
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
index ad014e5dabb74ba6de5f02fd616bf7ef0171687e..07431eab3d69d763caae29fa8309cfdf459d633c 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
@@ -71,6 +71,7 @@ class MockServiceWorkerContextClient : public WebServiceWorkerContextClient {
NOTREACHED();
}
void RegisterForeignFetchScopes(
+ int install_event_id,
const WebVector<WebURL>& sub_scopes,
const WebVector<WebSecurityOrigin>& origins) override {
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698