Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index 717a944a33e87f1e60a0b9ddb41d35388e715e12..43f601c6417ec5eb786519f6137f8e197d74610d 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -26,6 +26,7 @@ |
#include "chrome/browser/ui/webui/favicon_source.h" |
#include "chrome/browser/ui/webui/options/options_managed_banner_handler.h" |
#include "chrome/common/pref_names.h" |
+#include "chrome/common/url_constants.h" |
#include "chrome/installer/util/browser_distribution.h" |
#include "content/browser/browser_thread.h" |
#include "grit/chromium_strings.h" |
@@ -119,7 +120,7 @@ void BrowserOptionsHandler::Initialize() { |
// Create our favicon data source. |
profile->GetChromeURLDataManager()->AddDataSource( |
- new FaviconSource(profile)); |
+ new FaviconSource(profile, chrome::kChromeUIFaviconHost)); |
homepage_.Init(prefs::kHomePage, profile->GetPrefs(), NULL); |
default_browser_policy_.Init(prefs::kDefaultBrowserSettingEnabled, |