Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2523)

Unified Diff: chrome/browser/ui/webui/options/options_ui.cc

Issue 7068007: Revise about: and chrome: url handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup and improve patch. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698