Return Chrome 'Browser' value for DevTools remote debugging (issue #2300)

This commit is contained in:
Marshall Greenblatt
2018-01-04 18:52:30 -05:00
parent 50ca6928c3
commit 232f6bc427
4 changed files with 38 additions and 0 deletions

View File

@@ -339,6 +339,11 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/2274
'name': 'win_rt_2274',
},
{
# Always return the Chrome product value for DevTools.
# https://bitbucket.org/chromiumembedded/cef/issues/2300
'name': 'devtools_product_2300',
},
{
# macOS: Fix build of widevinecdmadapter.plugin.
# https://bitbucket.org/chromiumembedded/cef/issues/2314