| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 65be424ba8164431b9cea720fafc3109951a89cc..50a0c38dfdf8ce0a576a20b61a6156c76cb1401a 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -729,7 +729,9 @@ ProfileImpl::GetMediaRequestContextForRenderProcess(
|
| return io_data_.GetMediaRequestContextGetter();
|
| }
|
|
|
| -content::ResourceContext* ProfileImpl::GetResourceContext() {
|
| +content::ResourceContext* ProfileImpl::GetResourceContext(
|
| + content::SiteInstance* instance) {
|
| + // TODO(ajwong): Actually do something appropriate here.
|
| return io_data_.GetResourceContext();
|
| }
|
|
|
|
|