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

Unified Diff: remoting/host/chromoting_host_unittest.cc

Issue 10538091: [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead of hard-coded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for Windows. Created 8 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
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host_unittest.cc
diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
index b2b1bae8b65a137d3cd3bea356f56f8efab6148a..785c186647443f58daabbeaf67f67cf7dbf9da0b 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -92,10 +92,12 @@ class ChromotingHostTest : public testing::Test {
&context_,
capturer.Pass(),
event_executor.Pass());
+ scoped_ptr<protocol::SessionManager> session_manager(
+ new protocol::MockSessionManager());
host_ = new ChromotingHost(
&context_, &signal_strategy_, desktop_environment_.get(),
- NetworkSettings());
+ session_manager.Pass());
disconnect_window_ = new MockDisconnectWindow();
continue_window_ = new MockContinueWindow();
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698