| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index b0148d146e43bd18bbe3345cb30a482217adc50b..6a57188fc6140e22afb74969bf3913ec5e08f899 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -833,6 +833,10 @@ net::URLRequestContextGetter* ProfileImpl::GetRequestContextForMedia() {
|
| return io_data_.GetMediaRequestContextGetter();
|
| }
|
|
|
| +content::ResourceContextGetter* ProfileImpl::GetResourceContext() {
|
| + return io_data_.GetResourceContextGetter();
|
| +}
|
| +
|
| FaviconService* ProfileImpl::GetFaviconService(ServiceAccessType sat) {
|
| if (!favicon_service_created_) {
|
| favicon_service_created_ = true;
|
|
|