browser: initialize pref registry in brightray

This commit is contained in:
deepak1556 2016-07-26 16:34:04 +05:30
parent 7c1f48808b
commit e65bc481a8

View file

@ -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() {