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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h

Issue 2416843002: Implement FetchEvent.navigationPreload (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/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 6c23aaa37881965cc8eb6feb65bb30cb20c81062..ffd780dcf2518bd47f9ec2c631a7b9dce8af6f11 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
@@ -67,9 +67,9 @@ class WebServiceWorkerContextProxy {
const WebMessagePortChannelArray&,
std::unique_ptr<WebServiceWorker::Handle>) = 0;
virtual void dispatchInstallEvent(int eventID) = 0;
- virtual void dispatchFetchEvent(
- int fetchEventID,
- const WebServiceWorkerRequest& webRequest) = 0;
+ virtual void dispatchFetchEvent(int fetchEventID,
+ const WebServiceWorkerRequest& webRequest,
+ bool navigationPreloadSent) = 0;
virtual void dispatchForeignFetchEvent(
int fetchEventID,
const WebServiceWorkerRequest& webRequest) = 0;

Powered by Google App Engine
This is Rietveld 408576698