Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: net/http/mock_http_cache.h

Issue 2681953002: Rename set_up_quic_server_info_factory to is_main_cache (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/mock_http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/mock_http_cache.h
diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
index c6612c4ffbf933a612095a1206758e457adfcf6f..c920387f02b7cd0f3946714b2d796303566b637d 100644
--- a/net/http/mock_http_cache.h
+++ b/net/http/mock_http_cache.h
@@ -182,11 +182,11 @@ 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.
- explicit MockHttpCache(bool set_up_quic_server_info);
+ // |is_main_cache| if set, will set a quic server info factory.
+ explicit MockHttpCache(bool is_main_cache);
MockHttpCache(std::unique_ptr<HttpCache::BackendFactory> disk_cache_factory,
- bool set_up_quic_server_info);
+ bool is_main_cache);
HttpCache* http_cache() { return &http_cache_; }
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/mock_http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698