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

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

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Consolidated observer methods, renames, cleanup, etc. 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_dispatcher_host.h
diff --git a/content/browser/cache_storage/cache_storage_dispatcher_host.h b/content/browser/cache_storage/cache_storage_dispatcher_host.h
index e82018a917138640e48caeab91f164acb7e37602..8b260e5ed02d550ec5ef12ffd3a5d9e9f20f9171 100644
--- a/content/browser/cache_storage/cache_storage_dispatcher_host.h
+++ b/content/browser/cache_storage/cache_storage_dispatcher_host.h
@@ -109,9 +109,10 @@ class CONTENT_EXPORT CacheStorageDispatcherHost : public BrowserMessageFilter {
int request_id,
bool deleted,
CacheStorageError error);
- void OnCacheStorageKeysCallback(int thread_id,
- int request_id,
- const std::vector<std::string>& strings);
+ void OnCacheStorageKeysCallback(
+ int thread_id,
+ int request_id,
+ const std::list<CacheStorage::CacheMetadata>& cache_metadata);
void OnCacheStorageMatchCallback(
int thread_id,
int request_id,

Powered by Google App Engine
This is Rietveld 408576698