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

Unified Diff: content/browser/appcache/appcache_storage_impl.h

Issue 932643002: Introduce AppCacheResponseMetadataWriter to support metadata caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated michaeln's comment Created 5 years, 10 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
« no previous file with comments | « content/browser/appcache/appcache_storage.h ('k') | content/browser/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_storage_impl.h
diff --git a/content/browser/appcache/appcache_storage_impl.h b/content/browser/appcache/appcache_storage_impl.h
index ca6d76b314bf0c4c945ea29bb02c10a930b0c943..400081e5d69b5c050d54941cddacaf03f759b597 100644
--- a/content/browser/appcache/appcache_storage_impl.h
+++ b/content/browser/appcache/appcache_storage_impl.h
@@ -64,6 +64,9 @@ class AppCacheStorageImpl : public AppCacheStorage {
int64 response_id) override;
AppCacheResponseWriter* CreateResponseWriter(const GURL& manifest_url,
int64 group_id) override;
+ AppCacheResponseMetadataWriter* CreateResponseMetadataWriter(
+ int64 group_id,
+ int64 response_id) override;
void DoomResponses(const GURL& manifest_url,
const std::vector<int64>& response_ids) override;
void DeleteResponses(const GURL& manifest_url,
« no previous file with comments | « content/browser/appcache/appcache_storage.h ('k') | content/browser/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698