Index: chrome/browser/views/options/options_window_view.cc |
diff --git a/chrome/browser/views/options/options_window_view.cc b/chrome/browser/views/options/options_window_view.cc |
index f338eb76b39a44b15772a092373d39b42a5f14a3..4c34e329fc71078e129ce5806c414a9ebd609b38 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); |