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

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

Issue 2443103002: service worker: Implement NavigationPreloadManager.getState (Closed)
Patch Set: rm file added in bad merge 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_registration_impl.h
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
index 18fb04a0803193b9a9f870e08839e727aabcef0f..d9ace78a9d89d189b0413a7e4eeac5f733a555a7 100644
--- a/content/child/service_worker/web_service_worker_registration_impl.h
+++ b/content/child/service_worker/web_service_worker_registration_impl.h
@@ -59,6 +59,10 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
bool enable,
blink::WebServiceWorkerProvider* provider,
std::unique_ptr<WebEnableNavigationPreloadCallbacks> callbacks) override;
+ void getNavigationPreloadState(
+ blink::WebServiceWorkerProvider* provider,
+ std::unique_ptr<WebGetNavigationPreloadStateCallbacks> callbacks)
+ override;
int64_t registration_id() const;

Powered by Google App Engine
This is Rietveld 408576698