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

Unified Diff: net/spdy/spdy_http_stream_spdy2_unittest.cc

Issue 11415219: Move a number of static variables SPDY to HttpNetworkSession::Params. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 8 years 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_spdy2_unittest.cc
diff --git a/net/spdy/spdy_http_stream_spdy2_unittest.cc b/net/spdy/spdy_http_stream_spdy2_unittest.cc
index 3c203deb823de66ee38fcc4334ba371c10e0fb40..f72d9a6ee81eeb5acc95c57f3ad80dc7f48c5fc8 100644
--- a/net/spdy/spdy_http_stream_spdy2_unittest.cc
+++ b/net/spdy/spdy_http_stream_spdy2_unittest.cc
@@ -28,10 +28,6 @@ class SpdyHttpStreamSpdy2Test : public testing::Test {
protected:
SpdyHttpStreamSpdy2Test() {}
- virtual void SetUp() {
- SpdySession::set_default_protocol(kProtoSPDY2);
- }
-
virtual void TearDown() {
crypto::ECSignatureCreator::SetFactoryForTesting(NULL);
UploadDataStream::ResetMergeChunks();
@@ -73,9 +69,6 @@ class SpdyHttpStreamSpdy2Test : public testing::Test {
scoped_refptr<HttpNetworkSession> http_session_;
scoped_refptr<SpdySession> session_;
scoped_refptr<TransportSocketParams> transport_params_;
-
- private:
- SpdyTestStateHelper spdy_state_;
};
TEST_F(SpdyHttpStreamSpdy2Test, SendRequest) {

Powered by Google App Engine
This is Rietveld 408576698