Index: chrome/browser/ui/webui/options/options_ui.cc |
diff --git a/chrome/browser/ui/webui/options/options_ui.cc b/chrome/browser/ui/webui/options/options_ui.cc |
index d1aed8f21665a870de2fe1a01e75a52dc5611d30..4c867d744c5bc507633aaf2c372863ebcd489c19 100644 |
--- a/chrome/browser/ui/webui/options/options_ui.cc |
+++ b/chrome/browser/ui/webui/options/options_ui.cc |
@@ -281,10 +281,6 @@ OptionsUI::OptionsUI(TabContents* contents) |
contents->profile()->GetChromeURLDataManager()->AddDataSource( |
user_image_source); |
#endif |
- |
- // Initialize the chrome://about/ source in case the user clicks the credits |
- // link. |
- InitializeAboutDataSource(contents->profile()); |
} |
OptionsUI::~OptionsUI() { |