Index: content/public/browser/service_worker_context.h |
diff --git a/content/public/browser/service_worker_context.h b/content/public/browser/service_worker_context.h |
index bac9ab620847a693819b127887f6107fcea28f66..080ca52fc9e2488fd0fae452419b010a53b2eb45 100644 |
--- a/content/public/browser/service_worker_context.h |
+++ b/content/public/browser/service_worker_context.h |
@@ -69,6 +69,7 @@ class ServiceWorkerContext { |
virtual void GetAllOriginsInfo(const GetUsageInfoCallback& callback) = 0; |
virtual void DeleteForOrigin(const GURL& origin_url, |
const ResultCallback& callback) = 0; |
+ virtual void SetForceUpdateOnPageLoadForOrigin(const GURL& origin) = 0; |
Devlin
2015/11/11 17:10:29
Nit: This probably doesn't fall into the comment a
lazyboy
2015/11/11 22:34:03
Done.
|
// Returns true if a Service Worker registration exists that matches |url|, |
// and if |other_url| falls inside the scope of the same registration. Note |