| 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..6a5d9d2968d1cbb86be36904aae88ea9b7dc4217 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();
|
| }
|
|
|
| +const content::ResourceContext& ProfileImpl::GetResourceContext() {
|
| + return io_data_.GetResourceContext();
|
| +}
|
| +
|
| FaviconService* ProfileImpl::GetFaviconService(ServiceAccessType sat) {
|
| if (!favicon_service_created_) {
|
| favicon_service_created_ = true;
|
|
|