| Index: public/web/WebServiceWorkerContextClient.h
|
| diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h
|
| index 3c20eccf6376a7184c5164d0f213f1de75bc5926..d144efa7f634893d0f79066940f85cc1bf0dff6b 100644
|
| --- a/public/web/WebServiceWorkerContextClient.h
|
| +++ b/public/web/WebServiceWorkerContextClient.h
|
| @@ -134,8 +134,6 @@ public:
|
| // ServiceWorker specific method. Called after SyncEvent (dispatched via
|
| // WebServiceWorkerContextProxy) is handled by the ServiceWorker's script
|
| // context.
|
| - // TODO(chasej): crbug.com/486890 - Remove after cleanup on content side
|
| - virtual void didHandleSyncEventDeprecated(int syncEventID) { }
|
| virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult result) { }
|
|
|
| // ServiceWorker specific method. Called after CrossOriginConnectEvent
|
|
|