| Index: net/http/mock_http_cache.cc
|
| diff --git a/net/http/mock_http_cache.cc b/net/http/mock_http_cache.cc
|
| index 4ca542ea5cb3c76c61e79620faaaa4f8e856cc3e..8b8d37878b9b95f34ce66baf97a94412733f619d 100644
|
| --- a/net/http/mock_http_cache.cc
|
| +++ b/net/http/mock_http_cache.cc
|
| @@ -524,6 +524,10 @@ void MockHttpCache::BypassCacheLock() {
|
| http_cache_.BypassLockForTest();
|
| }
|
|
|
| +void MockHttpCache::FailConditionalizations() {
|
| + http_cache_.FailConditionalizationForTest();
|
| +}
|
| +
|
| bool MockHttpCache::ReadResponseInfo(disk_cache::Entry* disk_entry,
|
| net::HttpResponseInfo* response_info,
|
| bool* response_truncated) {
|
|
|