Index: sandbox/win/src/sandbox_policy_base.h |
diff --git a/sandbox/win/src/sandbox_policy_base.h b/sandbox/win/src/sandbox_policy_base.h |
index 952df0d0fa5b31ccbd9554ae647823f8f6618588..e74fcd8b3cd7261042708560bf1bc942a1dfc955 100644 |
--- a/sandbox/win/src/sandbox_policy_base.h |
+++ b/sandbox/win/src/sandbox_policy_base.h |
@@ -115,6 +115,11 @@ class PolicyBase : public Dispatcher, public TargetPolicy { |
// Sets up the handle closer for a new target. |
bool SetupHandleCloser(TargetProcess* target); |
+ // Adds a policy rule effective for processes spawned using this policy. |
rvargas (doing something else)
2014/09/05 18:50:36
nit: drop the comment, or replace with something l
Vitaly Buka (NO REVIEWS)
2014/09/06 22:41:42
Done.
|
+ ResultCode AddRuleInternal(SubSystem subsystem, |
+ Semantics semantics, |
+ const wchar_t* pattern); |
+ |
// This lock synchronizes operations on the targets_ collection. |
CRITICAL_SECTION lock_; |
// Maintains the list of target process associated with this policy. |