mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #6613 from deepak1556/pref_init_patch
browser: initialize pref registry in brightray
This commit is contained in:
@@ -87,6 +87,9 @@ AtomBrowserContext::AtomBrowserContext(
|
||||
// Read options.
|
||||
use_cache_ = true;
|
||||
options.GetBoolean("cache", &use_cache_);
|
||||
|
||||
// Initialize Pref Registry in brightray.
|
||||
InitPrefs();
|
||||
}
|
||||
|
||||
AtomBrowserContext::~AtomBrowserContext() {
|
||||
|
||||
Reference in New Issue
Block a user