Chromium Code Reviews| Index: content/browser/service_worker/service_worker_context_core.h |
| diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h |
| index 4748aa965ad551025e9319ad7dfaf6b9985100d0..089c9616ffdb0c09adcf4b2398ae484317283ba6 100644 |
| --- a/content/browser/service_worker/service_worker_context_core.h |
| +++ b/content/browser/service_worker/service_worker_context_core.h |
| @@ -183,6 +183,9 @@ class CONTENT_EXPORT ServiceWorkerContextCore |
| // if any did not succeed. |
| void UnregisterServiceWorkers(const GURL& origin, |
| const UnregistrationCallback& callback); |
| + // Updates the service worker. If |force_bypass_cache| is true or 86400 |
|
nhiroki
2015/09/07 07:05:59
nit: Can you insert a blank line as a separator be
jungkees
2015/09/08 16:01:13
Done.
|
| + // seconds (24 hours) have passed since the last update, bypasses the browser |
| + // cache. |
| void UpdateServiceWorker(ServiceWorkerRegistration* registration, |
| bool force_bypass_cache); |
| void UpdateServiceWorker(ServiceWorkerRegistration* registration, |