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

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

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Moved CacheStorageIndex + many misc fixes. Created 4 years, 1 month 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 f9f95b0dbf8957136ce623b7a69013f21a7fb7b4..6df77a2552bd24be5340d6d2c1c3e069b7e77fa0 100644
--- a/content/browser/cache_storage/cache_storage_manager.h
+++ b/content/browser/cache_storage/cache_storage_manager.h
@@ -66,7 +66,7 @@ class CONTENT_EXPORT CacheStorageManager {
const std::string& cache_name,
const CacheStorage::BoolAndErrorCallback& callback);
void EnumerateCaches(const GURL& origin,
- const CacheStorage::StringsCallback& callback);
+ const CacheStorage::CacheMetadataCallback& callback);
void MatchCache(const GURL& origin,
const std::string& cache_name,
std::unique_ptr<ServiceWorkerFetchRequest> request,

Powered by Google App Engine
This is Rietveld 408576698