| Index: content/common/sandbox_policy.h
|
| diff --git a/content/common/sandbox_policy.h b/content/common/sandbox_policy.h
|
| index 34c374e7703984058f3b03e42e7b30e18cf81703..26c0f61d5857b77d87cfe8be64d3ef5d56940a96 100644
|
| --- a/content/common/sandbox_policy.h
|
| +++ b/content/common/sandbox_policy.h
|
| @@ -29,6 +29,8 @@ CONTENT_EXPORT bool BrokerDuplicateHandle(HANDLE source_handle,
|
| DWORD desired_access,
|
| DWORD options);
|
|
|
| +CONTENT_EXPORT bool BrokerAddTargetPeer(HANDLE peer_process);
|
| +
|
| // Starts a sandboxed process with the given directory unsandboxed
|
| // and returns a handle to it.
|
| CONTENT_EXPORT base::ProcessHandle StartProcessWithAccess(
|
|
|