| Index: content/browser/browser_main_runner.cc
|
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
|
| index f50832af1b73afd49bf1bc7d03e45cc2e87ae2b8..c8186a60e117d3705b3eb2c27fe4a8b25c367619 100644
|
| --- a/content/browser/browser_main_runner.cc
|
| +++ b/content/browser/browser_main_runner.cc
|
| @@ -102,7 +102,7 @@ class BrowserMainRunnerImpl : public BrowserMainRunner {
|
| #endif
|
| ui::InitializeInputMethod();
|
|
|
| - main_loop_->CreateThreads();
|
| + main_loop_->CreateStartupTasks();
|
| int result_code = main_loop_->GetResultCode();
|
| if (result_code > 0)
|
| return result_code;
|
|
|