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

Unified Diff: content/child/service_worker/web_service_worker_impl.h

Issue 2388023002: service worker: navigation preload basic setters/getters and flag
Patch Set: idl 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: content/child/service_worker/web_service_worker_impl.h
diff --git a/content/child/service_worker/web_service_worker_impl.h b/content/child/service_worker/web_service_worker_impl.h
index fcc49183c8ff30124f5c4b992931d3915d1efab2..4632dabdd17a8075ffe9f2d5aab42046bb394381 100644
--- a/content/child/service_worker/web_service_worker_impl.h
+++ b/content/child/service_worker/web_service_worker_impl.h
@@ -52,6 +52,9 @@ class CONTENT_EXPORT WebServiceWorkerImpl
const blink::WebString& message,
const blink::WebSecurityOrigin& source_origin,
blink::WebMessagePortChannelArray* channels) override;
+ void setNavigationPreload(const blink::WebString& value,
+ WebSetNavigationPreloadCallbacks*) override;
+ void getNavigationPreload(WebGetNavigationPreloadCallbacks*) override;
void terminate() override;
// Creates WebServiceWorker::Handle object that owns a reference to the given
« no previous file with comments | « content/child/service_worker/service_worker_dispatcher.cc ('k') | content/child/service_worker/web_service_worker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698