correct local_state

This commit is contained in:
Barbara Miller 2016-09-30 11:20:54 -07:00
parent 1e2884db17
commit 043aebd9f0

View File

@ -154,7 +154,7 @@ class Browser:
"exception writing cookie file at %s",
cookie_location, exc_info=True)
local_state = {'browser': ['enable-brotli@2']}
local_state = {'browser':{'enabled_labs_experiments':['enable-brotli@2']}}
local_state_location = os.path.join(data_dir, 'Local State')
try:
with open(local_state_location, 'w+') as f: