| Index: chrome/browser/profiles/profile_impl.cc | 
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc | 
| index 4a71f99dda1f9122124bed8aee9cc4e084b17b19..ac94262c610e6bfcc1627d28cd2cbc02a534ff4a 100644 | 
| --- a/chrome/browser/profiles/profile_impl.cc | 
| +++ b/chrome/browser/profiles/profile_impl.cc | 
| @@ -832,6 +832,10 @@ net::URLRequestContextGetter* ProfileImpl::GetRequestContextForMedia() { | 
| return io_data_.GetMediaRequestContextGetter(); | 
| } | 
|  | 
| +const content::ResourceContext& ProfileImpl::GetResourceContext() { | 
| +  return io_data_.GetResourceContext(); | 
| +} | 
| + | 
| FaviconService* ProfileImpl::GetFaviconService(ServiceAccessType sat) { | 
| if (!favicon_service_created_) { | 
| favicon_service_created_ = true; | 
|  |