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

Unified Diff: public/web/WebServiceWorkerContextProxy.h

Issue 180843003: Start to implement FetchEvent for ServiceWorker (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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: public/web/WebServiceWorkerContextProxy.h
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h
index d46e45cc5fb7dcaccd869c9cda9d1b0277dac57f..07278c096a2bde929777c501da601dda43e019cd 100644
--- a/public/web/WebServiceWorkerContextProxy.h
+++ b/public/web/WebServiceWorkerContextProxy.h
@@ -43,6 +43,8 @@ public:
// FIXME: This needs to pass the active service worker info.
virtual void dispatchInstallEvent(int installEventID) = 0;
+ // FIXME: This needs to pass the fetch request info.
+ virtual void dispatchFetchEvent(int fetchEventID) = 0;
virtual void resumeWorkerContext() { }
virtual void attachDevTools() { }

Powered by Google App Engine
This is Rietveld 408576698