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

Unified Diff: net/http/http_cache.h

Issue 52028: Net module changes to support caching responses to a POST request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « net/base/upload_data.h ('k') | net/http/http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_cache.h
===================================================================
--- net/http/http_cache.h (revision 12361)
+++ net/http/http_cache.h (working copy)
@@ -106,9 +106,6 @@
const HttpResponseInfo* response_info,
bool skip_transient_headers);
- // Generate a key that can be used inside the cache.
- std::string GenerateCacheKey(const HttpRequestInfo* request);
-
// Get/Set the cache's mode.
void set_mode(Mode value) { mode_ = value; }
Mode mode() { return mode_; }
@@ -143,6 +140,7 @@
// Methods ------------------------------------------------------------------
+ std::string GenerateCacheKey(const HttpRequestInfo*);
void DoomEntry(const std::string& key);
void FinalizeDoomedEntry(ActiveEntry* entry);
ActiveEntry* FindActiveEntry(const std::string& key);
« no previous file with comments | « net/base/upload_data.h ('k') | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698