| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 355119cf2f1eb58bd8324ac3c741ad3959ffc875..b63fb1090dcd88df17e43484b191135932c19dd8 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -101,9 +101,6 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| virtual void didHandlePushEvent(int pushEventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) = 0;
|
| - virtual void didHandleSyncEvent(int syncEventID,
|
| - WebServiceWorkerEventResult,
|
| - double eventDispatchTime) = 0;
|
| virtual void postMessageToClient(
|
| const WebString& clientUUID,
|
| const WebString& message,
|
|
|