Index: chrome/browser/ui/webui/options/options_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/options/options_ui.cc (revision 88158) |
+++ chrome/browser/ui/webui/options/options_ui.cc (working copy) |
@@ -282,6 +282,10 @@ |
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() { |