Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index c8118f0a8fa57a973780eed7cf1367a5bb0a598a..c75357ef83e96f24fbb083dfa749ade74b8ba7bd 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -1536,8 +1536,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). |