commit | c7b954b3dd20dfd349de5d33468f405451452051 | [log] [tgz] |
---|---|---|
author | iceman <iceman@yandex-team.ru> | Wed May 18 09:53:30 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 18 09:54:48 2016 |
tree | f824c9e5a0d1f40f37ab0b892b86c11e03fc955e | |
parent | a7ca31c6e5628d16dc4b04a048c48035b01e32b0 [diff] |
Fix hanging on browser shutdown. It seems that |gconf_client_*| API should be called exactly from the main thread (which is UI thread), for example see https://bugzilla.mozilla.org/show_bug.cgi?id=518244 This CL partially reverts CL https://codereview.chromium.org/1640273002 and makes calls to |gconf_client_*| API at the main thread. BUG=486077 Review-Url: https://codereview.chromium.org/1990453002 Cr-Commit-Position: refs/heads/master@{#394372}