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

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

Issue 1887153002: Removing unused field - AppCacheResponseIO::group_id_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 4 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
« no previous file with comments | « content/browser/appcache/appcache_storage.cc ('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 113540952f9d3658509d69fb7be54ef057e72e49..1e0963f74508f615ec43e39418a27a0a757ffd97 100644
--- a/content/browser/appcache/appcache_storage_impl.h
+++ b/content/browser/appcache/appcache_storage_impl.h
@@ -64,12 +64,10 @@ class AppCacheStorageImpl : public AppCacheStorage {
int response_code) override;
void StoreEvictionTimes(AppCacheGroup* group) override;
AppCacheResponseReader* CreateResponseReader(const GURL& manifest_url,
- int64_t group_id,
int64_t response_id) override;
- AppCacheResponseWriter* CreateResponseWriter(const GURL& manifest_url,
- int64_t group_id) override;
+ AppCacheResponseWriter* CreateResponseWriter(
+ const GURL& manifest_url) override;
AppCacheResponseMetadataWriter* CreateResponseMetadataWriter(
- int64_t group_id,
int64_t response_id) override;
void DoomResponses(const GURL& manifest_url,
const std::vector<int64_t>& response_ids) override;
« no previous file with comments | « content/browser/appcache/appcache_storage.cc ('k') | content/browser/appcache/appcache_storage_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698