Chromium Code Reviews| Index: content/common/sandbox_win.cc |
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc |
| index aea586054e51329e97627abc203ac3cfdb7f2b06..4d26bcf3e77a0b30325bd37695bec86414a33dc0 100644 |
| --- a/content/common/sandbox_win.cc |
| +++ b/content/common/sandbox_win.cc |
| @@ -642,6 +642,12 @@ base::ProcessHandle StartSandboxedProcess( |
| // this subprocess. See |
| // http://code.google.com/p/chromium/issues/detail?id=25580 |
| cmd_line->AppendSwitchASCII("ignored", " --type=renderer "); |
| + } else { |
| + AddDirectory(base::DIR_WINDOWS_FONTS, |
|
jschuh
2014/03/25 04:03:48
This should be scoped to only when DW is enabled.
|
| + NULL, |
| + true, |
| + sandbox::TargetPolicy::FILES_ALLOW_READONLY, |
| + policy); |
| } |
| sandbox::ResultCode result; |