Chromium Code Reviews| 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 e035fbec34ed0a4213bce2dcce0ffdae2c55f83a..e49024be1ddd6b33242aad03104f77b8e797f0a9 100644 |
| --- a/content/public/browser/service_worker_context.h |
| +++ b/content/public/browser/service_worker_context.h |
| @@ -12,8 +12,7 @@ |
| namespace content { |
| -// Represents the per-StoragePartition ServiceWorker data. Must be used from |
| -// the IO thread. |
|
falken
2014/10/21 09:36:36
Shutdown must be called on UI thread.
|
| +// Represents the per-StoragePartition ServiceWorker data. |
| class ServiceWorkerContext { |
| public: |
| // https://rawgithub.com/slightlyoff/ServiceWorker/master/spec/service_worker/index.html#url-scope: |