Chromium Code Reviews| 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 bddf8ab959bda0fd893bd39a22beaca335608c66..a79a1c7287f32385cbbdc91038e7988aaa83af4e 100644 |
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
| @@ -74,8 +74,8 @@ public: |
| void dispatchActivateEvent(int) override; |
| void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebSecurityOrigin& sourceOrigin, const WebMessagePortChannelArray&, const WebServiceWorkerClientInfo&) override; |
| void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebSecurityOrigin& sourceOrigin, const WebMessagePortChannelArray&, std::unique_ptr<WebServiceWorker::Handle>) override; |
| - void dispatchFetchEvent(int, const WebServiceWorkerRequest&) override; |
| - void dispatchForeignFetchEvent(int, const WebServiceWorkerRequest&) override; |
| + void dispatchFetchEvent(int, int, const WebServiceWorkerRequest&) override; |
| + void dispatchForeignFetchEvent(int, int, const WebServiceWorkerRequest&) override; |
|
falken
2016/06/06 10:01:40
we need variable names for these ints now that it'
shimazu
2016/06/09 05:44:21
Done.
|
| void dispatchInstallEvent(int) override; |
| void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&, int actionIndex) override; |
| void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override; |