Index: net/http/http_cache_transaction.cc |
=================================================================== |
--- net/http/http_cache_transaction.cc (revision 163902) |
+++ net/http/http_cache_transaction.cc (working copy) |
@@ -264,6 +264,8 @@ |
(effective_load_flags_ & LOAD_VALIDATE_CACHE) || |
(effective_load_flags_ & LOAD_PREFERRING_CACHE) || |
partial_.get()) { |
+ if (effective_load_flags_ & LOAD_PREFERRING_CACHE) |
+ infinite_cache_transaction_->OnBackForwardNavigation(); |
gavinp
2012/10/26 22:06:14
Oops: I made this comment on an earlier version bu
rvargas (doing something else)
2012/10/26 22:36:12
Kind of. I considered passing effective_load_flags
|
infinite_cache_transaction_.reset(); |
} else { |
infinite_cache_transaction_->OnRequestStart(request); |