| Index: content/browser/service_worker/service_worker_internals_ui.h
|
| diff --git a/content/browser/service_worker/service_worker_internals_ui.h b/content/browser/service_worker/service_worker_internals_ui.h
|
| index 40ceb3814c56374be7afb8dc174d921ce570086f..82040f08f690d6552083a08a8fbeb926606b4cd2 100644
|
| --- a/content/browser/service_worker/service_worker_internals_ui.h
|
| +++ b/content/browser/service_worker/service_worker_internals_ui.h
|
| @@ -64,6 +64,10 @@ class ServiceWorkerInternalsUI
|
| StoragePartition** result_partition,
|
| StoragePartition* storage_partition) const;
|
|
|
| + void UnregisterWithScope(scoped_refptr<ServiceWorkerContextWrapper> context,
|
| + const GURL& scope,
|
| + const StatusCallback& callback) const;
|
| +
|
| base::ScopedPtrHashMap<uintptr_t, PartitionObserver> observers_;
|
| int next_partition_id_;
|
| };
|
|
|