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

Unified Diff: remoting/protocol/pepper_session_unittest.cc

Issue 9325036: Add abstract interfaces for the transport layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix crash Created 8 years, 10 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 | « remoting/protocol/pepper_session_manager.cc ('k') | remoting/protocol/pepper_stream_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/pepper_session_unittest.cc
diff --git a/remoting/protocol/pepper_session_unittest.cc b/remoting/protocol/pepper_session_unittest.cc
index 134f28f18487ba112d758b857c76434f2128f6bd..0f14b3e436120b1b4627fd4dc41ab145f5f4b9fd 100644
--- a/remoting/protocol/pepper_session_unittest.cc
+++ b/remoting/protocol/pepper_session_unittest.cc
@@ -107,7 +107,8 @@ class PepperSessionTest : public testing::Test {
EXPECT_CALL(client_server_listener_, OnSessionManagerReady())
.Times(1);
- client_server_.reset(new PepperSessionManager(NULL));
+ client_server_.reset(new PepperSessionManager(
+ scoped_ptr<TransportFactory>(NULL)));
client_server_->Init(client_signal_strategy_.get(),
&client_server_listener_, NetworkSettings());
}
« no previous file with comments | « remoting/protocol/pepper_session_manager.cc ('k') | remoting/protocol/pepper_stream_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698