Fix navigation from inside PDF files (issue #1737)

This commit is contained in:
Marshall Greenblatt
2015-10-14 14:23:08 -04:00
parent efbc200b51
commit 5033a27e58
7 changed files with 175 additions and 0 deletions

View File

@@ -212,4 +212,10 @@ patches = [
'name': 'render_widget_host_1070383005',
'path': '../content/browser/renderer_host/',
},
{
# Fix incorrect forward declaration in extension_process_policy.h.
# https://code.google.com/p/chromium/issues/detail?id=543230
'name': 'extension_process_policy_543230',
'path': '../chrome/common/extensions/',
},
]