| 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 be9ad89bcb0d7abec3f82f12cca59d86d9f2e6ec..4f0c72e212628f39c10d2d06aca7819b7c0a3e91 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui.cc
|
| +++ b/chrome/browser/ui/webui/options/options_ui.cc
|
| @@ -282,10 +282,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() {
|
|
|