| 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..594408a44c923a37c38bd37d7a2696b74cdde04c 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.
|
| +// Represents the per-StoragePartition ServiceWorker data.
|
| class ServiceWorkerContext {
|
| public:
|
| // https://rawgithub.com/slightlyoff/ServiceWorker/master/spec/service_worker/index.html#url-scope:
|
| @@ -53,11 +52,6 @@ class ServiceWorkerContext {
|
|
|
| // TODO(jyasskin): Provide a way to SendMessage to a Scope.
|
|
|
| - // Synchronously releases all of the RenderProcessHosts that have Service
|
| - // Workers running inside them, and prevents any new Service Worker instances
|
| - // from starting up.
|
| - virtual void Terminate() = 0;
|
| -
|
| // Methods used in response to browsing data and quota manager requests.
|
| virtual void GetAllOriginsInfo(const GetUsageInfoCallback& callback) = 0;
|
| virtual void DeleteForOrigin(const GURL& origin_url) = 0;
|
|
|