Fix PDF extension loading with custom request context handler (issue #1710)

This commit is contained in:
Marshall Greenblatt
2015-09-11 14:14:45 +02:00
parent e343da7e40
commit 2c3d761ad0
5 changed files with 102 additions and 0 deletions

View File

@@ -190,4 +190,16 @@ patches = [
'name': 'browser_frame_host_guest_1687',
'path': '../content/browser/frame_host/',
},
{
# Fix loading of the PDF extension with proxy BrowserContext.
# https://bitbucket.org/chromiumembedded/cef/issues/1710
'name': 'stream_context_1710',
'path': '../content/browser/streams/',
},
{
# Fix loading of the PDF extension with proxy BrowserContext.
# https://bitbucket.org/chromiumembedded/cef/issues/1710
'name': 'supports_user_data_1710',
'path': '../base/',
},
]