| Index: remoting/host/chromoting_host_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
|
| index 1410371a9bc8b5049461e0246697020ac5377808..0fed2cfd39e801aefa7f4edad93d0734c3f7aa34 100644
|
| --- a/remoting/host/chromoting_host_unittest.cc
|
| +++ b/remoting/host/chromoting_host_unittest.cc
|
| @@ -192,7 +192,8 @@ class ChromotingHostTest : public testing::Test {
|
| connection.Pass(),
|
| desktop_environment_factory_.get(),
|
| base::TimeDelta(),
|
| - NULL));
|
| + NULL,
|
| + false));
|
|
|
| connection_ptr->set_host_stub(client.get());
|
|
|
|
|