| Index: remoting/client/ios/app_runtime.cc
|
| diff --git a/remoting/client/ios/app_runtime.cc b/remoting/client/ios/app_runtime.cc
|
| index 5e0ad6b82f9afd0cd1640bcb2ca47c4ad8c05d9c..36b75d3221726072e764ece725ca55a1563ed350 100644
|
| --- a/remoting/client/ios/app_runtime.cc
|
| +++ b/remoting/client/ios/app_runtime.cc
|
| @@ -31,7 +31,7 @@ namespace ios {
|
| AppRuntime::AppRuntime() {
|
| // TODO(sergeyu): Consider adding separate pools for different task classes.
|
| const int kMaxBackgroundThreads = 5;
|
| - if (TaskScheduler::GetInstance()) {
|
| + if (!TaskScheduler::GetInstance()) {
|
| // Make sure TaskScheduler is initialized.
|
| base::TaskScheduler::CreateAndSetSimpleTaskScheduler(kMaxBackgroundThreads);
|
| }
|
|
|