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 |