| Index: remoting/host/setup/start_host_main.cc
|
| diff --git a/remoting/host/setup/start_host_main.cc b/remoting/host/setup/start_host_main.cc
|
| index c83c3ee4ca0b5c5682a75d809d30da63214eaa23..41e8be426d0416bc42f75076368105c109b84fae 100644
|
| --- a/remoting/host/setup/start_host_main.cc
|
| +++ b/remoting/host/setup/start_host_main.cc
|
| @@ -131,8 +131,7 @@ int StartHostMain(int argc, char** argv) {
|
| settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
|
| logging::InitLogging(settings);
|
|
|
| - const int kMaxBackgroundThreads = 5;
|
| - base::TaskScheduler::CreateAndSetSimpleTaskScheduler(kMaxBackgroundThreads);
|
| + base::TaskScheduler::CreateAndSetSimpleTaskScheduler("RemotingHostSetup");
|
|
|
| std::string host_name = command_line->GetSwitchValueASCII("name");
|
| std::string host_pin = command_line->GetSwitchValueASCII("pin");
|
|
|