| 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 4f262ec2db1da482ebc2c76c0adc0f8477951fcc..92c99c9cb0ec0caa23a1ffb1a08f3524dca3171a 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| @@ -68,12 +68,10 @@ class WebServiceWorkerContextProxy {
|
| std::unique_ptr<WebServiceWorker::Handle>) = 0;
|
| virtual void dispatchInstallEvent(int eventID) = 0;
|
| virtual void dispatchFetchEvent(
|
| - int responseID,
|
| - int eventFinishID,
|
| + int fetchEventID,
|
| const WebServiceWorkerRequest& webRequest) = 0;
|
| virtual void dispatchForeignFetchEvent(
|
| - int responseID,
|
| - int eventFinishID,
|
| + int fetchEventID,
|
| const WebServiceWorkerRequest& webRequest) = 0;
|
| virtual void dispatchNotificationClickEvent(int eventID,
|
| const WebString& notificationID,
|
|
|