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

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

Issue 1257553002: [Proof-of-concept] PlzNavigate and Service Worker Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass navigation_provider_id Created 5 years, 5 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/service_worker_network_provider.h
diff --git a/content/child/service_worker/service_worker_network_provider.h b/content/child/service_worker/service_worker_network_provider.h
index 866edd6081d2537b27a48fff25c5e1f83ff4f039..dc5df56ec34b032410a20953913f19f1710648a5 100644
--- a/content/child/service_worker/service_worker_network_provider.h
+++ b/content/child/service_worker/service_worker_network_provider.h
@@ -38,6 +38,10 @@ class CONTENT_EXPORT ServiceWorkerNetworkProvider
base::SupportsUserData* document_state);
ServiceWorkerNetworkProvider(int route_id, ServiceWorkerProviderType type);
+ // PlzNavigate:
+ ServiceWorkerNetworkProvider(int route_id,
+ ServiceWorkerProviderType type,
+ int navigation_provider_id);
nasko 2015/08/07 17:51:11 navigation_provider_id needs a fat comment. As it
~ServiceWorkerNetworkProvider() override;
int provider_id() const { return provider_id_; }

Powered by Google App Engine
This is Rietveld 408576698