| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 6c0cfd413dcd83ee69b9b41b1de6d799bbc0d35d..7d53ff73af5d1ff26cc0fe602f48360538b4a718 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -1642,9 +1642,7 @@ int HostProcessMain() {
|
| base::GetLinuxDistro();
|
| #endif
|
|
|
| - // TODO(sergeyu): Consider adding separate pools for different task classes.
|
| - const int kMaxBackgroundThreads = 5;
|
| - base::TaskScheduler::CreateAndSetSimpleTaskScheduler(kMaxBackgroundThreads);
|
| + base::TaskScheduler::CreateAndSetSimpleTaskScheduler("Me2Me");
|
|
|
| // Create the main message loop and start helper threads.
|
| base::MessageLoopForUI message_loop;
|
|
|