diff options
-rw-r--r-- | chrome/browser/gtk/options/options_window_gtk.cc | 3 | ||||
-rw-r--r-- | chrome/browser/views/options/options_window_view.cc | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/gtk/options/options_window_gtk.cc b/chrome/browser/gtk/options/options_window_gtk.cc index 6324641..f55b82f 100644 --- a/chrome/browser/gtk/options/options_window_gtk.cc +++ b/chrome/browser/gtk/options/options_window_gtk.cc @@ -81,9 +81,6 @@ OptionsWindowGtk::OptionsWindowGtk(Profile* profile) general_page_(profile_), content_page_(profile_), advanced_page_(profile_) { - // The download manager needs to be initialized before the contents of the - // Options Window are created. - profile_->GetDownloadManager(); // We don't need to observe changes in this value. last_selected_page_.Init(prefs::kOptionsWindowLastTabIndex, g_browser_process->local_state(), NULL); diff --git a/chrome/browser/views/options/options_window_view.cc b/chrome/browser/views/options/options_window_view.cc index f338eb7..4c34e32 100644 --- a/chrome/browser/views/options/options_window_view.cc +++ b/chrome/browser/views/options/options_window_view.cc @@ -89,9 +89,6 @@ OptionsWindowView::OptionsWindowView(Profile* profile) // the record comes from the original profile, but we explicitly use // the original profile to avoid potential problems. : profile_(profile->GetOriginalProfile()) { - // The download manager needs to be initialized before the contents of the - // Options Window are created. - profile_->GetDownloadManager(); // We don't need to observe changes in this value. last_selected_page_.Init(prefs::kOptionsWindowLastTabIndex, g_browser_process->local_state(), NULL); |