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

Unified Diff: content/browser/service_worker/service_worker_context_wrapper.h

Issue 2751343002: Adds a basic offline check to InstallableManager. (Closed)
Patch Set: Rebase Created 3 years, 9 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/browser/service_worker/service_worker_context_wrapper.h
diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h
index 04001b9c0f19dd24b2748eabf23fe61d4aedce06..33fa91c06cec11cfc34868dffb866c80780b7c0d 100644
--- a/content/browser/service_worker/service_worker_context_wrapper.h
+++ b/content/browser/service_worker/service_worker_context_wrapper.h
@@ -270,7 +270,7 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
const std::vector<ServiceWorkerRegistrationInfo>& registrations);
void DidCheckHasServiceWorker(const CheckHasServiceWorkerCallback& callback,
- bool has_service_worker);
+ content::ServiceWorkerCapability status);
void DidFindRegistrationForUpdate(
ServiceWorkerStatusCode status,

Powered by Google App Engine
This is Rietveld 408576698