Chromium Code Reviews| Index: chrome/common/chrome_content_client.cc |
| =================================================================== |
| --- chrome/common/chrome_content_client.cc (revision 131361) |
| +++ chrome/common/chrome_content_client.cc (working copy) |
| @@ -409,6 +409,14 @@ |
| return false; |
| } |
| + // Add policy for proxy window pump. |
|
cpu_(ooo_6.6-7.5)
2012/04/11 23:12:49
what is what are we allowing to dup here? "window
jschuh
2012/04/11 23:52:32
It's very confusing, but it's explained here in W
|
| + if (policy->AddRule(sandbox::TargetPolicy::SUBSYS_HANDLES, |
| + sandbox::TargetPolicy::HANDLES_DUP_ANY, |
| + L"Event") != sandbox::SBOX_ALL_OK) { |
| + NOTREACHED(); |
| + return false; |
| + } |
| + |
| // Add the policy for the pipes. |
| if (policy->AddRule(sandbox::TargetPolicy::SUBSYS_NAMED_PIPES, |
| sandbox::TargetPolicy::NAMEDPIPES_ALLOW_ANY, |