Merge pull request #6613 from deepak1556/pref_init_patch

browser: initialize pref registry in brightray
This commit is contained in:
Cheng Zhao 2016-07-27 08:53:33 +09:00 committed by GitHub
commit b3530a55a9

View file

@ -87,6 +87,9 @@ AtomBrowserContext::AtomBrowserContext(
// Read options.
use_cache_ = true;
options.GetBoolean("cache", &use_cache_);
// Initialize Pref Registry in brightray.
InitPrefs();
}
AtomBrowserContext::~AtomBrowserContext() {