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

Unified Diff: content/browser/appcache/appcache_request_handler.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
Index: content/browser/appcache/appcache_request_handler.h
diff --git a/content/browser/appcache/appcache_request_handler.h b/content/browser/appcache/appcache_request_handler.h
index 42d58fc3924c4559b86302670c8a30978e3ed34c..929e4d2b99e735e247243ccb9fc841ad404b0875 100644
--- a/content/browser/appcache/appcache_request_handler.h
+++ b/content/browser/appcache/appcache_request_handler.h
@@ -85,7 +85,6 @@ class CONTENT_EXPORT AppCacheRequestHandler
// deliver for the request we're handling.
void DeliverAppCachedResponse(const AppCacheEntry& entry,
int64_t cache_id,
- int64_t group_id,
const GURL& manifest_url,
bool is_fallback,
const GURL& namespace_entry_url);
« no previous file with comments | « content/browser/appcache/appcache_internals_ui.cc ('k') | content/browser/appcache/appcache_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698