Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: sandbox/src/policy_params.h

Issue 10389210: Add a sandbox policy for duplicating handles into the broker. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/src/policy_params.h
===================================================================
--- sandbox/src/policy_params.h (revision 137447)
+++ sandbox/src/policy_params.h (working copy)
@@ -52,6 +52,13 @@
POLPARAM(ACCESS)
POLPARAMS_END(OpenKey)
+// Policy parameter for name-based policies.
+POLPARAMS_BEGIN(HandleTarget)
+ POLPARAM(NAME)
+ POLPARAM(TARGET)
+POLPARAMS_END(HandleTarget)
+
+
} // namespace sandbox
#endif // SANDBOX_SRC_POLICY_PARAMS_H__

Powered by Google App Engine
This is Rietveld 408576698