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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h

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/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
index 5373e4a0b1b8d284033f78faf66d28102b9dcea3..43c4452e105d4e2eceee39aeaea7fd41a7f49055 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
@@ -145,6 +145,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
const WebURL&,
std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
virtual void RegisterForeignFetchScopes(
+ int install_event_id,
const WebVector<WebURL>& sub_scopes,
const WebVector<WebSecurityOrigin>&) = 0;

Powered by Google App Engine
This is Rietveld 408576698