Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / sandbox / win / src / sandbox_policy_base.h
index 952df0d..9ba8d27 100644 (file)
@@ -115,6 +115,10 @@ class PolicyBase : public Dispatcher, public TargetPolicy {
   // Sets up the handle closer for a new target.
   bool SetupHandleCloser(TargetProcess* target);
 
+  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.