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

Unified Diff: net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc

Issue 9618002: SPDY - integration of spdy/3 code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/spdy/spdy_proxy_client_socket_spdy2_unittest.cc ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc
===================================================================
--- net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc (revision 126086)
+++ net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc (working copy)
@@ -65,6 +65,10 @@
virtual void TearDown();
protected:
+ virtual void SetUp() {
+ SpdySession::set_default_protocol(SSLClientSocket::kProtoSPDY3);
+ }
+
void Initialize(MockRead* reads, size_t reads_count, MockWrite* writes,
size_t writes_count);
spdy::SpdyFrame* ConstructConnectRequestFrame();
« no previous file with comments | « net/spdy/spdy_proxy_client_socket_spdy2_unittest.cc ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698