Index: chrome/browser/gtk/options/options_window_gtk.cc |
diff --git a/chrome/browser/gtk/options/options_window_gtk.cc b/chrome/browser/gtk/options/options_window_gtk.cc |
index 632464142b4038abbfd4476f683efd29f99ee6ac..f55b82fa86f14a90413b587bf8b85943b03be0b7 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); |