| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 9caaf4124250991d1c91b5228c3198feda141e74..d418834126caf5e42a8ca5db409f325f9226017c 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1223,8 +1223,6 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() {
|
| SetupMetrics();
|
|
|
| // ChromeOS needs ResourceBundle::InitSharedInstance to be called before this.
|
| - // This also instantiates the IOThread which requests the metrics service and
|
| - // must be after |SetupMetrics()|.
|
| browser_process_->PreCreateThreads();
|
|
|
| return content::RESULT_CODE_NORMAL_EXIT;
|
|
|