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

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

Issue 2416843002: Implement FetchEvent.navigationPreload (Closed)
Patch Set: incorporated falken's comment 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 5848fc34e9b6f14ba94519b376b117e4ae3e6c90..87a231fcff0a1984589089ef080a4e734b7a8208 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -89,7 +89,8 @@ class ServiceWorkerGlobalScopeProxy final
const WebMessagePortChannelArray&,
std::unique_ptr<WebServiceWorker::Handle>) override;
void dispatchFetchEvent(int fetchEventID,
- const WebServiceWorkerRequest&) override;
+ const WebServiceWorkerRequest&,
+ bool navigationPreloadSent) override;
void dispatchForeignFetchEvent(int fetchEventID,
const WebServiceWorkerRequest&) override;
void dispatchInstallEvent(int) override;

Powered by Google App Engine
This is Rietveld 408576698