| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 2260d753cdd369fa97bfb86b73e1fe5e2c4ae526..9f62ff54c6302fae233ef97ad13b71ae678d7f98 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -108,7 +108,6 @@ class ServiceWorkerGlobalScopeProxy final
|
| const WebString& notificationID,
|
| const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| - void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
|
| bool hasFetchEventHandler() override;
|
| void onNavigationPreloadResponse(
|
| int fetchEventID,
|
|
|