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

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

Issue 224733014: Introduce ServiceWorkerHandle for tracking WebServiceWorkerImpl reference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_storage.h
diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h
index e305a01fb24d454ebf5b6e49c35a50f258f8ac07..b9dfdb437f426e4520fb114f339b5845b9f2391f 100644
--- a/content/browser/service_worker/service_worker_storage.h
+++ b/content/browser/service_worker/service_worker_storage.h
@@ -72,6 +72,7 @@ class CONTENT_EXPORT ServiceWorkerStorage {
private:
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerStorageTest, PatternMatches);
+ // TODO(michaeln,kinuko): Make this not own ServiceWorkerRegistration.
typedef std::map<GURL, scoped_refptr<ServiceWorkerRegistration> >
PatternToRegistrationMap;

Powered by Google App Engine
This is Rietveld 408576698