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

Unified Diff: public/platform/WebServiceWorkerProviderClient.h

Issue 765323002: ServiceWorker: Add support for .skipWaiting and controllerchange event(3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add new test Created 6 years 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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerProviderClient.h
diff --git a/public/platform/WebServiceWorkerProviderClient.h b/public/platform/WebServiceWorkerProviderClient.h
index 4cf94e7e4778667a222d36301565a82d7da5e1fb..c4e0154abe9e426c264e4735aa0b484ac1882edb 100644
--- a/public/platform/WebServiceWorkerProviderClient.h
+++ b/public/platform/WebServiceWorkerProviderClient.h
@@ -47,8 +47,7 @@ class WebServiceWorkerProviderClient {
public:
virtual ~WebServiceWorkerProviderClient() { }
- // FIXME remove the default parameter value once the Chromium side CL landed.
- virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange = false) = 0;
+ virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) = 0;
virtual void setReadyRegistration(WebServiceWorkerRegistration*) = 0;
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) = 0;
« no previous file with comments | « LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698