Windows: Fix AtExitManager assertions on shutdown when running with multi-threaded message loop (issue #1680)

This commit is contained in:
Marshall Greenblatt
2015-11-25 22:45:19 -05:00
parent 269aaa2c3c
commit 2a658c414b
3 changed files with 57 additions and 0 deletions

View File

@@ -136,6 +136,13 @@ patches = [
'name': 'spellcheck_137',
'path': '../chrome/browser/spellchecker/',
},
{
# Fix AtExitManager assertion on PrefWatcherFactory destruction during
# Windows multi-threaded message loop shutdown.
# https://bitbucket.org/chromiumembedded/cef/issues/1680
'name': 'prefs_tab_helper_1680',
'path': '../chrome/browser/ui/prefs/',
},
{
# Make URLRequest::set_is_pending() public so that it can be called from
# CefRequestInterceptor::MaybeInterceptResponse().