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

Unified Diff: net/spdy/spdy_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_stream_unittest.cc
diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
index 14c889d5ffb08ea5deb7f3abe19c87924c4fed6c..23e3c4c3812b0714b1583e72c5b669696f40340a 100644
--- a/net/spdy/spdy_stream_unittest.cc
+++ b/net/spdy/spdy_stream_unittest.cc
@@ -71,6 +71,7 @@ class SpdyStreamTest : public ::testing::Test,
: spdy_util_(GetProtocol(), GetDependenciesFromPriority()),
session_deps_(GetProtocol()),
offset_(0) {
+ spdy_util_.set_default_url(GURL(kStreamUrl));
session_deps_.enable_priority_dependencies = GetDependenciesFromPriority();
session_ = SpdySessionDependencies::SpdyCreateSession(&session_deps_);
}

Powered by Google App Engine
This is Rietveld 408576698