| Index: public/platform/WebServiceWorkerProviderClient.h
 | 
| diff --git a/public/platform/WebServiceWorkerProviderClient.h b/public/platform/WebServiceWorkerProviderClient.h
 | 
| index 6f840707e4bca38484e1fb03d2b361a2dc94b6e9..9bcd187811136b262b15fbe0740bc96e74da9ab3 100644
 | 
| --- a/public/platform/WebServiceWorkerProviderClient.h
 | 
| +++ b/public/platform/WebServiceWorkerProviderClient.h
 | 
| @@ -48,8 +48,6 @@ 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;
 | 
|      virtual bool getClientInfo(WebServiceWorkerClientInfo*) = 0;
 | 
| 
 |