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 7d1874c0c99ae63fbbe98925f6fdf3c00d6057f9..31fb57834a688276aa2cf8623550c270c994c560 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -59,6 +59,7 @@ |
#include "chrome/browser/ui/browser_finder.h" |
#include "chrome/browser/ui/chrome_select_file_policy.h" |
#include "chrome/browser/ui/host_desktop.h" |
+#include "chrome/browser/ui/webui/fallback_icon_source.h" |
#include "chrome/browser/ui/webui/favicon_source.h" |
#include "chrome/browser/ui/webui/options/options_handlers_helper.h" |
#include "chrome/common/chrome_constants.h" |
@@ -857,6 +858,8 @@ void BrowserOptionsHandler::InitializeHandler() { |
if (signin_manager) |
signin_observer_.Add(signin_manager); |
pkotwicz
2015/01/21 19:44:15
Remove this too
huangs
2015/01/22 01:13:27
Done.
|
+ // Create our fallback icon data source. |
+ content::URLDataSource::Add(profile, new FallbackIconSource()); |
// Create our favicon data source. |
content::URLDataSource::Add( |
profile, new FaviconSource(profile, FaviconSource::FAVICON)); |