| Index: chrome/browser/profiles/off_the_record_profile_io_data.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| index 7d540f22d6cd3cb5863c76d859a7e823bf7f0d28..eaef398c53aaa82c89e210cdd0ed22e15cf38037 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_
|
|
|
| #include <memory>
|
| +#include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/containers/hash_tables.h"
|
| @@ -125,7 +126,8 @@ class OffTheRecordProfileIOData : 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,
|
|
|