| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index e76199dd20feca80f215c085a0e7398064a4929a..f8838be99a4a6151e7eb0874ec9d625fddd45f91 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -358,7 +358,8 @@ net::URLRequestContext* OffTheRecordProfileIOData::InitializeAppRequestContext(
|
| net::URLRequestContext*
|
| OffTheRecordProfileIOData::InitializeMediaRequestContext(
|
| net::URLRequestContext* original_context,
|
| - const StoragePartitionDescriptor& partition_descriptor) const {
|
| + const StoragePartitionDescriptor& partition_descriptor,
|
| + const std::string& name) const {
|
| NOTREACHED();
|
| return NULL;
|
| }
|
|
|