| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index 7e3a67c1f84205402011b0fcf6a34c110bcac07e..bcc7925dec87b4670a42d6162958ed9d1f764158 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -189,6 +189,9 @@ class MockHttpCache {
|
| // Wrapper to bypass the cache lock for new transactions.
|
| void BypassCacheLock();
|
|
|
| + // Wrapper to fail request conditionalization for new transactions.
|
| + void FailConditionalizations();
|
| +
|
| // Helper function for reading response info from the disk cache.
|
| static bool ReadResponseInfo(disk_cache::Entry* disk_entry,
|
| net::HttpResponseInfo* response_info,
|
|
|