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