| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index 1b4563f22f861650dfebc4ed7233a7868e1d218b..dedb29afb065bc77cb2848b5da94c83877ad0e89 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -179,7 +179,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| const override;
|
| net::URLRequestContext* InitializeMediaRequestContext(
|
| net::URLRequestContext* original_context,
|
| - const StoragePartitionDescriptor& partition_descriptor) const override;
|
| + const StoragePartitionDescriptor& partition_descriptor,
|
| + const std::string& name) const override;
|
| net::URLRequestContext* AcquireMediaRequestContext() const override;
|
| net::URLRequestContext* AcquireIsolatedAppRequestContext(
|
| net::URLRequestContext* main_context,
|
|
|