| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index 139d8b90d6f0ce215da3fe570a7383acdc6514dc..80f0a5acaad06eb5faf7553115f7d886ced9860b 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -318,8 +318,8 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopStart() {
|
| }
|
| }
|
|
|
| -int ChromeBrowserMainPartsWin::PreCreateThreads() {
|
| - int rv = ChromeBrowserMainParts::PreCreateThreads();
|
| +int ChromeBrowserMainPartsWin::PreCreateThreadsBegin() {
|
| + int rv = ChromeBrowserMainParts::PreCreateThreadsBegin();
|
|
|
| // TODO(viettrungluu): why don't we run this earlier?
|
| if (!parsed_command_line().HasSwitch(switches::kNoErrorDialogs) &&
|
|
|