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

Unified Diff: net/http/http_cache.h

Issue 164507: Merge 22701 - Http Cache: Deactivate entries without having the key of the... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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 | « no previous file | 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 23344)
+++ net/http/http_cache.h (working copy)
@@ -146,6 +146,7 @@
ActiveEntry* FindActiveEntry(const std::string& key);
ActiveEntry* ActivateEntry(const std::string& key, disk_cache::Entry*);
void DeactivateEntry(ActiveEntry* entry);
+ void SlowDeactivateEntry(ActiveEntry* entry);
ActiveEntry* OpenEntry(const std::string& key);
ActiveEntry* CreateEntry(const std::string& cache_key);
void DestroyEntry(ActiveEntry* entry);
Property changes on: net\http\http_cache.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/net/http/http_cache.h:r69-2775
Merged /trunk/src/net/http/http_cache.h:r22701
« no previous file with comments | « no previous file | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698