Merge pull request #6613 from deepak1556/pref_init_patch
browser: initialize pref registry in brightray
This commit is contained in:
commit
b3530a55a9
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ AtomBrowserContext::AtomBrowserContext(
|
|||
// Read options.
|
||||
use_cache_ = true;
|
||||
options.GetBoolean("cache", &use_cache_);
|
||||
|
||||
// Initialize Pref Registry in brightray.
|
||||
InitPrefs();
|
||||
}
|
||||
|
||||
AtomBrowserContext::~AtomBrowserContext() {
|
||||
|
|
Loading…
Reference in a new issue