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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.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/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index ddf2ea7a3237716a00bff43b0a2b5b85c0e55ad0..d1f23fa897fe0a2f5f32fd0c4d284157d783af54 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -126,7 +126,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(int install_event_id,
+ const WebVector<WebURL>& sub_scopes,
const WebVector<WebSecurityOrigin>&) override;
DEFINE_INLINE_VIRTUAL_TRACE() {

Powered by Google App Engine
This is Rietveld 408576698