Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: content/browser/service_worker/service_worker_internals_ui.h

Issue 1079923002: ServiceWorker: Stop exposing ServiceWorkerContextCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698