| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 87c4c6de0dc1047f6696d563dc3ffb0fbcfcb27d..4d3c41ac60c64235f6abcefc2afa6e28e38cf756 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -295,7 +295,9 @@ net::URLRequestContextGetter*
|
| return io_data_.GetIsolatedAppRequestContextGetter(app_id);
|
| }
|
|
|
| -content::ResourceContext* OffTheRecordProfileImpl::GetResourceContext() {
|
| +content::ResourceContext* OffTheRecordProfileImpl::GetResourceContext(
|
| + content::SiteInstance* instance) {
|
| + // TODO(ajwong): Actually do something appropriate here.
|
| return io_data_.GetResourceContext();
|
| }
|
|
|
|
|