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

Unified Diff: content/browser/cache_storage/cache_storage_manager.h

Issue 1410543003: [CacheStorage] Attempt to reproduce breakage on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Verify that this fixes Windows issue Created 5 years, 2 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/cache_storage/cache_storage_manager.h
diff --git a/content/browser/cache_storage/cache_storage_manager.h b/content/browser/cache_storage/cache_storage_manager.h
index 63a255bd785c618e9ce7fb04ac5cc223a5862c21..8eaa28f81405a536a1c97bda85f6a0d67b38d0bc 100644
--- a/content/browser/cache_storage/cache_storage_manager.h
+++ b/content/browser/cache_storage/cache_storage_manager.h
@@ -31,6 +31,7 @@ class QuotaManagerProxy;
namespace content {
class CacheStorageQuotaClient;
+class MigratedLegacyCacheDirectoryNameTest;
// Keeps track of a CacheStorage per origin. There is one
// CacheStorageManager per ServiceWorkerContextCore.
@@ -88,6 +89,7 @@ class CONTENT_EXPORT CacheStorageManager {
friend class CacheStorageManagerTest;
friend class CacheStorageMigrationTest;
friend class CacheStorageQuotaClient;
+ friend class MigratedLegacyCacheDirectoryNameTest;
typedef std::map<GURL, CacheStorage*> CacheStorageMap;
« no previous file with comments | « content/browser/cache_storage/cache_storage_cache.h ('k') | content/browser/cache_storage/cache_storage_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698