| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| index cbfc0c59a89dd4e043e0ea6ed2b3c3293e75d96a..4a710da13a039f44230c1394ef5873aa4c2418d7 100644
|
| --- a/chrome/browser/extensions/extension_function_dispatcher.cc
|
| +++ b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| @@ -401,7 +401,8 @@ ExtensionFunctionDispatcher::ExtensionFunctionDispatcher(
|
| // to make sure that the FaviconSource is registered with the
|
| // ChromeURLDataManager.
|
| if (extension->HasHostPermission(GURL(chrome::kChromeUIFaviconURL))) {
|
| - FaviconSource* favicon_source = new FaviconSource(profile_);
|
| + FaviconSource* favicon_source = new FaviconSource(profile_,
|
| + chrome::kChromeUIFaviconURL);
|
| profile_->GetChromeURLDataManager()->AddDataSource(favicon_source);
|
| }
|
|
|
|
|