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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h

Issue 2746783002: [ServiceWorker] Mojofy InstallEvent of Service Worker (Closed)
Patch Set: Fix the test failure 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/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
index 63062cf4cea0399fc338d503ac418b8c4797c14b..af1d03afa96a802483bd69a6579ad7780436006b 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
@@ -312,6 +312,7 @@ class WebServiceWorkerContextClient {
// Called when the worker wants to register subscopes to handle via foreign
// fetch. Will only be called while an install event is in progress.
virtual void RegisterForeignFetchScopes(
+ int event_id,
horo 2017/04/27 09:22:21 nit: install_event_id
xiaofengzhang 2017/04/28 07:14:24 Done.
const WebVector<WebURL>& sub_scopes,
const WebVector<WebSecurityOrigin>& origins) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698