| Index: chrome/browser/extensions/extension_service.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_service.cc (revision 176443)
|
| +++ chrome/browser/extensions/extension_service.cc (working copy)
|
| @@ -1087,8 +1087,7 @@
|
| // Same for chrome://thumb/ resources.
|
| if (extension->HasHostPermission(GURL(chrome::kChromeUIThumbnailURL))) {
|
| ThumbnailSource* thumbnail_source = new ThumbnailSource(profile_);
|
| - ChromeURLDataManagerFactory::GetForProfile(profile_)->
|
| - AddDataSource(thumbnail_source);
|
| + ChromeURLDataManager::AddDataSource(profile_, thumbnail_source);
|
| }
|
|
|
| #if defined(ENABLE_PLUGINS)
|
|
|