summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/handle_policy.h
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 17:39:42 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 17:39:42 +0000
commit8decaf56e746307c5758cd6d5c93e22081922adf (patch)
treea6b827d295034d7b5c09a776b1109c30862105a4 /sandbox/win/src/handle_policy.h
parentf37d7a06dfde6258c3726e6172c8bb4029cdad10 (diff)
downloadchromium_src-8decaf56e746307c5758cd6d5c93e22081922adf.zip
chromium_src-8decaf56e746307c5758cd6d5c93e22081922adf.tar.gz
chromium_src-8decaf56e746307c5758cd6d5c93e22081922adf.tar.bz2
Use the same handle for checking and duplicating in DuplicateHandleProxy
BUG=338524 R=cpu@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/136543008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/win/src/handle_policy.h')
-rw-r--r--sandbox/win/src/handle_policy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/win/src/handle_policy.h b/sandbox/win/src/handle_policy.h
index d91a039..ffe54b8 100644
--- a/sandbox/win/src/handle_policy.h
+++ b/sandbox/win/src/handle_policy.h
@@ -27,7 +27,6 @@ class HandlePolicy {
// Processes a 'TargetPolicy::DuplicateHandle()' request from the target.
static DWORD DuplicateHandleProxyAction(EvalResult eval_result,
- const ClientInfo& client_info,
HANDLE source_handle,
DWORD target_process_id,
HANDLE* target_handle,