| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 0b58bf64310124eaf1c97a6b6039c4540432d357..f7c8480097bdc1e560db2c816fe7ef4b41b8fe7e 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -140,13 +140,6 @@ void ServiceWorkerGlobalScopeClientImpl::didHandlePushEvent(
|
| m_client.didHandlePushEvent(pushEventID, result, eventDispatchTime);
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeClientImpl::didHandleSyncEvent(
|
| - int syncEventID,
|
| - WebServiceWorkerEventResult result,
|
| - double eventDispatchTime) {
|
| - m_client.didHandleSyncEvent(syncEventID, result, eventDispatchTime);
|
| -}
|
| -
|
| void ServiceWorkerGlobalScopeClientImpl::postMessageToClient(
|
| const WebString& clientUUID,
|
| const WebString& message,
|
|
|