| Index: remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| diff --git a/remoting/host/it2me/it2me_native_messaging_host_main.cc b/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| index 27f238b74762f2d8a29e29f6981ec7680ae570e7..43faaf1235c4d84c4144781e6cb9425ec526b171 100644
|
| --- a/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| +++ b/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| @@ -78,7 +78,7 @@ int It2MeNativeMessagingHostMain(int argc, char** argv) {
|
| // Required to find the ICU data file, used by some file_util routines.
|
| base::i18n::InitializeICU();
|
|
|
| - base::TaskScheduler::CreateAndSetSimpleTaskScheduler("It2Me");
|
| + base::TaskScheduler::CreateAndStartWithDefaultParams("It2Me");
|
|
|
| remoting::LoadResources("");
|
|
|
|
|