| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| index 6091d34b8fe2d35464da30f3fb933295a0c48244..59281966a8d88eb4fd0321cd29c577859613e27c 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| @@ -46,7 +46,6 @@ struct WebCircularGeofencingRegion;
|
| struct WebCrossOriginServiceWorkerClient;
|
| struct WebNotificationData;
|
| struct WebServiceWorkerClientInfo;
|
| -struct WebSyncRegistration;
|
|
|
| // A proxy interface to talk to the worker's GlobalScope implementation.
|
| // All methods of this class must be called on the worker thread.
|
| @@ -83,7 +82,7 @@ public:
|
|
|
| // Once the ServiceWorker has finished handling the sync event,
|
| // didHandleSyncEvent is called on the context client.
|
| - virtual void dispatchSyncEvent(int syncEventID, const WebSyncRegistration&, LastChanceOption) = 0;
|
| + virtual void dispatchSyncEvent(int syncEventID, const WebString& tag, LastChanceOption) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|