Chromium Code Reviews| Index: remoting/host/chromoting_host_unittest.cc |
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc |
| index 1b94ed57398ef9fc1798307a80a3d7880d9daa19..6d4201d5b3e7d73ce1eb1028ccf1b7b686366119 100644 |
| --- a/remoting/host/chromoting_host_unittest.cc |
| +++ b/remoting/host/chromoting_host_unittest.cc |
| @@ -66,6 +66,7 @@ class ChromotingHostTest : public testing::Test { |
| host_.reset(new ChromotingHost( |
| desktop_environment_factory_.get(), make_scoped_ptr(session_manager_), |
| protocol::TransportContext::ForTests(protocol::TransportRole::SERVER), |
| + nullptr, |
|
garykac
2016/03/15 00:13:16
Can you make this non-null and add some tests here
Sergey Ulanov
2016/03/15 20:17:31
Removed this parameter
|
| task_runner_, // Audio |
| task_runner_)); // Video encode |
| host_->AddStatusObserver(&host_status_observer_); |