Index: content/common/sandbox_policy.h |
diff --git a/content/common/sandbox_policy.h b/content/common/sandbox_policy.h |
index 34c374e7703984058f3b03e42e7b30e18cf81703..53e4c2f53c6cb5d639621a0d07439a1c7c5c3597 100644 |
--- a/content/common/sandbox_policy.h |
+++ b/content/common/sandbox_policy.h |
@@ -23,12 +23,6 @@ CONTENT_EXPORT bool InitBrokerServices( |
CONTENT_EXPORT bool InitTargetServices( |
sandbox::TargetServices* target_services); |
-CONTENT_EXPORT bool BrokerDuplicateHandle(HANDLE source_handle, |
- DWORD target_process_id, |
- HANDLE* target_handle, |
- DWORD desired_access, |
- DWORD options); |
- |
// Starts a sandboxed process with the given directory unsandboxed |
// and returns a handle to it. |
CONTENT_EXPORT base::ProcessHandle StartProcessWithAccess( |