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

Unified Diff: net/spdy/spdy_http_stream_unittest.cc

Issue 2109803002: Change a number of SPDY unittests from http to https. (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
Index: net/spdy/spdy_http_stream_unittest.cc
diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
index caf0cc251353a020d5a7119a0b2f722478796d26..3039de8abd76cc4405bca680244e4e7d763e23d3 100644
--- a/net/spdy/spdy_http_stream_unittest.cc
+++ b/net/spdy/spdy_http_stream_unittest.cc
@@ -116,6 +116,7 @@ class SpdyHttpStreamTest : public testing::Test,
session_deps_(GetProtocol()) {
session_deps_.enable_priority_dependencies = GetDependenciesFromPriority();
session_deps_.net_log = &net_log_;
+ spdy_util_.set_default_url(GURL("http://www.example.org/"));
}
~SpdyHttpStreamTest() {}

Powered by Google App Engine
This is Rietveld 408576698