mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Merge branch 'master' of https://github.com/MaxWhere/brightray
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
'.',
|
||||
'..',
|
||||
'<(libchromiumcontent_src_dir)',
|
||||
'<(libchromiumcontent_src_dir)/gpu',
|
||||
'<(libchromiumcontent_src_dir)/skia/config',
|
||||
'<(libchromiumcontent_src_dir)/third_party/skia/include/core',
|
||||
'<(libchromiumcontent_src_dir)/third_party/skia/include/config',
|
||||
|
||||
@@ -109,7 +109,6 @@ BrowserContext::BrowserContext(const std::string& partition, bool in_memory)
|
||||
path_ = path_.Append(FILE_PATH_LITERAL("Partitions"))
|
||||
.Append(base::FilePath::FromUTF8Unsafe(MakePartitionName(partition)));
|
||||
|
||||
InitPrefs();
|
||||
content::BrowserContext::Initialize(this, path_);
|
||||
|
||||
browser_context_map_[PartitionKey(partition, in_memory)] = GetWeakPtr();
|
||||
|
||||
Reference in New Issue
Block a user