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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h

Issue 2746783002: [ServiceWorker] Mojofy InstallEvent of Service Worker (Closed)
Patch Set: Rebase and address shimazu's comment #33 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/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index 9928ce7689db0e84bea8aa6066919a7d85ce864e..4548db66a15b094187ee9d7ce3350e1648ba2114 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -121,7 +121,8 @@ class ServiceWorkerGlobalScopeClientImpl final
void Navigate(const WebString& client_uuid,
const WebURL&,
std::unique_ptr<WebServiceWorkerClientCallbacks>) override;
- void RegisterForeignFetchScopes(const WebVector<WebURL>& sub_scopes,
+ void RegisterForeignFetchScopes(const int event_id,
+ const WebVector<WebURL>& sub_scopes,
const WebVector<WebSecurityOrigin>&) override;
DEFINE_INLINE_VIRTUAL_TRACE() {

Powered by Google App Engine
This is Rietveld 408576698