mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix PDF extension loading with custom request context handler (issue #1710)
This commit is contained in:
@@ -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/',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user