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

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

Issue 2575523002: Prerender: Confirm ServiceWorkers are invoked for NoState Prefetch (Closed)
Patch Set: comments Created 3 years, 11 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 cadaaada440c9c5049d60d9aeccf3319ece2c153..2f288d983d9b27fb16e985c74db8f8c648ebf078 100644
--- a/content/browser/service_worker/service_worker_context_wrapper.h
+++ b/content/browser/service_worker/service_worker_context_wrapper.h
@@ -108,6 +108,9 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
const GURL& url,
const CountExternalRequestsCallback& callback) override;
void StopAllServiceWorkersForOrigin(const GURL& origin) override;
+ void StopAllServiceWorkersForOriginWithCallback(
falken 2017/01/06 16:17:55 These functions are a bit misleading since Service
mattcary 2017/01/09 14:45:42 LMK if the new big-hammer seems better. Also if it
+ const GURL& origin,
+ const base::Closure& callback) override;
void ClearAllServiceWorkersForTest(const base::Closure& callback) override;
void StartServiceWorkerForNavigationHint(
const GURL& document_url,

Powered by Google App Engine
This is Rietveld 408576698