| Index: chrome/browser/child_process_security_policy.cc
|
| ===================================================================
|
| --- chrome/browser/child_process_security_policy.cc (revision 20594)
|
| +++ chrome/browser/child_process_security_policy.cc (working copy)
|
| @@ -232,6 +232,9 @@
|
| // DOM UI bindings need the ability to request chrome: URLs.
|
| state->second->GrantScheme(chrome::kChromeUIScheme);
|
|
|
| + // DOM UI bindings need the ability to request print: URLs.
|
| + state->second->GrantScheme(chrome::kPrintScheme);
|
| +
|
| // DOM UI pages can contain links to file:// URLs.
|
| state->second->GrantScheme(chrome::kFileScheme);
|
| }
|
|
|