Remove Singleton patches which are no longer required (issue #2362)

This commit is contained in:
Marshall Greenblatt
2018-09-06 21:52:56 +02:00
parent 1489b9dde4
commit 8f5df4027b
3 changed files with 7 additions and 188 deletions

View File

@@ -124,12 +124,6 @@ patches = [
# https://codereview.chromium.org/208313009
'name': 'ui_dragdrop_355390',
},
{
# Windows: Fix AtExitManager assertion on *ServiceFactory destruction during
# multi-threaded message loop shutdown.
# https://bitbucket.org/chromiumembedded/cef/issues/1680
'name': 'service_factory_1680',
},
{
# Make URLRequest::set_is_pending() public so that it can be called from
# CefRequestInterceptor::MaybeInterceptResponse().