diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-14 08:47:42 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-14 08:47:42 +0000 |
commit | 5fb575b0b6fe27ab3c306bff9f7a6b0254d59a05 (patch) | |
tree | d3ebc5b1d0a3ea6f53c2cb94a6dfd7a53fb9b540 /chrome/browser/chrome_browser_main.cc | |
parent | 97822570502d25e9ca3b518ddc93cb1308cdd460 (diff) | |
download | chromium_src-5fb575b0b6fe27ab3c306bff9f7a6b0254d59a05.zip chromium_src-5fb575b0b6fe27ab3c306bff9f7a6b0254d59a05.tar.gz chromium_src-5fb575b0b6fe27ab3c306bff9f7a6b0254d59a05.tar.bz2 |
Remove unloaded profile hash store initialization. Also:
* Remove all traces of pref hash stores after last store reset.
* Make super MAC optional.
BUG=372547
TBR=asvitkine,jhawkins
Review URL: https://codereview.chromium.org/329093003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main.cc')
-rw-r--r-- | chrome/browser/chrome_browser_main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc index da68f0e..e11f225 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). |