| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index bc32e51af225fe4b912e53d61df40b72722c3a39..cf21b6cc92b55262e47f67372a36e823e36a4df6 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -1641,7 +1641,7 @@ int HostProcessMain() {
|
| base::GetLinuxDistro();
|
| #endif
|
|
|
| - base::TaskScheduler::CreateAndSetSimpleTaskScheduler("Me2Me");
|
| + base::TaskScheduler::CreateAndStartWithDefaultParams("Me2Me");
|
|
|
| // Create the main message loop and start helper threads.
|
| base::MessageLoopForUI message_loop;
|
|
|