| 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);
|
|
|
|
|