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

Unified Diff: net/http/infinite_cache.h

Issue 11267028: Http cache: Measure back navigations on the infinite cache simulation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/http/http_cache_transaction.cc ('k') | net/http/infinite_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/infinite_cache.h
===================================================================
--- net/http/infinite_cache.h (revision 163902)
+++ net/http/infinite_cache.h (working copy)
@@ -43,6 +43,9 @@
// Called when a new HttpTransaction is started.
void OnRequestStart(const HttpRequestInfo* request);
+ // Called when the transaction corresponds to a back navigation.
+ void OnBackForwardNavigation();
+
// Called when the response headers are available.
void OnResponseReceived(const HttpResponseInfo* response);
« no previous file with comments | « net/http/http_cache_transaction.cc ('k') | net/http/infinite_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698