| Index: public/platform/WebServiceWorkerProviderClient.h
|
| diff --git a/public/platform/WebServiceWorkerProviderClient.h b/public/platform/WebServiceWorkerProviderClient.h
|
| index c4e0154abe9e426c264e4735aa0b484ac1882edb..6f840707e4bca38484e1fb03d2b361a2dc94b6e9 100644
|
| --- a/public/platform/WebServiceWorkerProviderClient.h
|
| +++ b/public/platform/WebServiceWorkerProviderClient.h
|
| @@ -48,6 +48,7 @@ public:
|
| virtual ~WebServiceWorkerProviderClient() { }
|
|
|
| virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) = 0;
|
| + // FIXME: Removed this after Chrome side CL landed.
|
| virtual void setReadyRegistration(WebServiceWorkerRegistration*) = 0;
|
|
|
| virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) = 0;
|
|
|