| 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 cd9d82b441ec1aba3994115dfe13bb97621a3a43..f7d4bf9bff1d8f121e8bc599d5547741cce61e65 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -73,8 +73,8 @@ public:
|
| virtual void didHandleExtendableMessageEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
| // Calling respondToFetchEvent without response means no response was
|
| // provided by the service worker in the fetch events, so fallback to native.
|
| - virtual void respondToFetchEvent(int responseID) = 0;
|
| - virtual void respondToFetchEvent(int responseID, const WebServiceWorkerResponse&) = 0;
|
| + virtual void respondToFetchEvent(int responseID, double eventDispatchTime) = 0;
|
| + virtual void respondToFetchEvent(int responseID, const WebServiceWorkerResponse&, double eventDispatchTime) = 0;
|
| virtual void didHandleFetchEvent(int eventFinishID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
|
|