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

Unified Diff: components/network_session_configurator/network_session_configurator_unittest.cc

Issue 1956573004: Restrict kDisableSpdy pref to only disable SPDY/3.1, not HTTP/2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the same thing but in different files Created 4 years, 7 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 | « components/network_session_configurator/network_session_configurator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_session_configurator/network_session_configurator_unittest.cc
diff --git a/components/network_session_configurator/network_session_configurator_unittest.cc b/components/network_session_configurator/network_session_configurator_unittest.cc
index 4eed4d34d330b76848874b782299060f4803a70d..a2dc72fa9129ba07bcd11041d34b29a8d6b7792b 100644
--- a/components/network_session_configurator/network_session_configurator_unittest.cc
+++ b/components/network_session_configurator/network_session_configurator_unittest.cc
@@ -161,7 +161,7 @@ TEST_F(NetworkSessionConfiguratorTest, SpdyDisallowedByPolicy) {
ParseFieldTrialsAndCommandLine();
EXPECT_FALSE(params_.enable_spdy31);
- EXPECT_FALSE(params_.enable_http2);
+ EXPECT_TRUE(params_.enable_http2);
}
TEST_F(NetworkSessionConfiguratorTest, NPNFieldTrialEnabled) {
« no previous file with comments | « components/network_session_configurator/network_session_configurator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698