| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index 7cf03db4051170a08b6d579624f2669cdd623f73..ebf67fea129f8af43da9d92575196da8d10f0c5f 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -182,6 +182,12 @@ class MockHttpCache {
|
| MockHttpCache();
|
| explicit MockHttpCache(
|
| std::unique_ptr<HttpCache::BackendFactory> disk_cache_factory);
|
| + // |set_up_quic_server_info| if set, will set a quic server info factory
|
| + // adptor.
|
| + explicit MockHttpCache(bool set_up_quic_server_info);
|
| +
|
| + MockHttpCache(std::unique_ptr<HttpCache::BackendFactory> disk_cache_factory,
|
| + bool set_up_quic_server_info);
|
|
|
| HttpCache* http_cache() { return &http_cache_; }
|
|
|
|
|