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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc

Issue 2089243002: Split enable_alternative_service_with_different_host flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | components/network_session_configurator/network_session_configurator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
index 96ef4a45631f12e5bdb517a7810f455a6ea0c74e..23dcb555f8cc423eecd78438d74703cc55cdfc5f 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
@@ -111,7 +111,6 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) {
request_context->GetNetworkSessionParams();
EXPECT_FALSE(http_params->enable_spdy31);
EXPECT_FALSE(http_params->enable_http2);
- EXPECT_TRUE(http_params->enable_alternative_service_with_different_host);
Ryan Hamilton 2016/06/22 18:00:45 should this check the quic param?
Bence 2016/06/23 11:11:45 I do not believe so, since both HTTP/2 and QUIC ar
EXPECT_FALSE(http_params->enable_quic);
// Check that io_data creates an interceptor. Such an interceptor is
« no previous file with comments | « no previous file | components/network_session_configurator/network_session_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698