Call BrowserContext::Initialize
This commit is contained in:
parent
7c39075c2c
commit
0a5c4b8ced
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ BrowserContext::BrowserContext(const std::string& partition, bool in_memory)
|
||||||
if (!in_memory_ && !partition.empty())
|
if (!in_memory_ && !partition.empty())
|
||||||
path_ = path_.Append(FILE_PATH_LITERAL("Partitions"))
|
path_ = path_.Append(FILE_PATH_LITERAL("Partitions"))
|
||||||
.Append(base::FilePath::FromUTF8Unsafe(MakePartitionName(partition)));
|
.Append(base::FilePath::FromUTF8Unsafe(MakePartitionName(partition)));
|
||||||
|
|
||||||
|
content::BrowserContext::Initialize(this, path_);
|
||||||
}
|
}
|
||||||
|
|
||||||
void BrowserContext::InitPrefs() {
|
void BrowserContext::InitPrefs() {
|
||||||
|
|
Loading…
Reference in a new issue