Index: content/public/renderer/content_renderer_client.h |
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h |
index 989fd178d0a606a43cda0b8b0c7c7f605c43ecfc..6ea5d8eb1b67d5d194c4f6ccd795b0317354c797 100644 |
--- a/content/public/renderer/content_renderer_client.h |
+++ b/content/public/renderer/content_renderer_client.h |
@@ -341,14 +341,16 @@ class CONTENT_EXPORT ContentRendererClient { |
virtual void DidInitializeServiceWorkerContextOnWorkerThread( |
v8::Local<v8::Context> context, |
int64_t service_worker_version_id, |
- const GURL& url) {} |
+ const GURL& service_worker_scope, |
+ const GURL& script_url) {} |
// Notifies that a service worker context will be destroyed. This function |
// is called from the worker thread. |
virtual void WillDestroyServiceWorkerContextOnWorkerThread( |
v8::Local<v8::Context> context, |
int64_t service_worker_version_id, |
- const GURL& url) {} |
+ const GURL& service_worker_scope, |
+ const GURL& script_url) {} |
// Whether this renderer should enforce preferences related to the WebRTC |
// routing logic, i.e. allowing multiple routes and non-proxied UDP. |