Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h

Issue 2416863002: Use fetch_event_id (fetchEventID in blink) for FetchEvent (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5ce6d4dab8af802dfb2e2dc3a28748d4cb6bb684..d50d25330b2f697c494c9ac20b8a5dbe475b88c4 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -88,11 +88,9 @@ class ServiceWorkerGlobalScopeProxy final
const WebSecurityOrigin& sourceOrigin,
const WebMessagePortChannelArray&,
std::unique_ptr<WebServiceWorker::Handle>) override;
- void dispatchFetchEvent(int responseID,
- int eventFinishID,
+ void dispatchFetchEvent(int fetchEventID,
const WebServiceWorkerRequest&) override;
- void dispatchForeignFetchEvent(int responseID,
- int eventFinishID,
+ void dispatchForeignFetchEvent(int fetchEventID,
const WebServiceWorkerRequest&) override;
void dispatchInstallEvent(int) override;
void dispatchNotificationClickEvent(int,

Powered by Google App Engine
This is Rietveld 408576698