| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index e1b33d84357155502bb4647a72d6edb76e232ad6..9438e15c4b81ea945c32bd290047ebb085b31f7d 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1535,8 +1535,6 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
|
|
| PostBrowserStart();
|
|
|
| - chrome_prefs::SchedulePrefHashStoresUpdateCheck(profile_->GetPath());
|
| -
|
| if (parameters().ui_task) {
|
| // We end the startup timer here if we have parameters to run, because we
|
| // never start to run the main loop (where we normally stop the timer).
|
|
|