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

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
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 OnBackNavigation();
gavinp 2012/10/25 18:25:47 Nit: say either History navigation or BackForward
rvargas (doing something else) 2012/10/25 18:32:18 Done.
+
// Called when the response headers are available.
void OnResponseReceived(const HttpResponseInfo* response);

Powered by Google App Engine
This is Rietveld 408576698