Index: content/browser/service_worker/service_worker_provider_host.cc |
diff --git a/content/browser/service_worker/service_worker_provider_host.cc b/content/browser/service_worker/service_worker_provider_host.cc |
index 3e6025d0c57ec6d57d22475b1dc8862158e81640..c94027be4510c3bb0d1a85dee2af05ec7f703979 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.cc |
+++ b/content/browser/service_worker/service_worker_provider_host.cc |
@@ -416,6 +416,9 @@ ServiceWorkerProviderHost::CreateRequestHandler( |
base::WeakPtr<storage::BlobStorageContext> blob_storage_context, |
scoped_refptr<ResourceRequestBodyImpl> body, |
bool skip_service_worker) { |
+#if 0 |
+ NetworkFallbackCallback network_fallback_callback) { |
+#endif |
// |skip_service_worker| is meant to apply to requests that could be handled |
// by a service worker, as opposed to requests for the service worker script |
// itself. So ignore it here for the service worker script and its imported |