| Index: remoting/host/setup/me2me_native_messaging_host_main.cc
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host_main.cc b/remoting/host/setup/me2me_native_messaging_host_main.cc
|
| index 75e028e8961d25696fb8b6be24b5dfa5b44ddb62..f23a4a21c250b18b36f1f521e19393e31078d2a5 100644
|
| --- a/remoting/host/setup/me2me_native_messaging_host_main.cc
|
| +++ b/remoting/host/setup/me2me_native_messaging_host_main.cc
|
| @@ -85,7 +85,7 @@ int Me2MeNativeMessagingHostMain(int argc, char** argv) {
|
| }
|
| #endif // defined(REMOTING_ENABLE_BREAKPAD)
|
|
|
| - base::TaskScheduler::CreateAndSetSimpleTaskScheduler("Me2Me");
|
| + base::TaskScheduler::CreateAndStartWithDefaultParams("Me2Me");
|
|
|
| // Mac OS X requires that the main thread be a UI message loop in order to
|
| // receive distributed notifications from the System Preferences pane. An
|
|
|