summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/handle_policy.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 19:53:22 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 19:53:22 +0000
commitf7670318d01f066b46dd199e11e18b4d13428b01 (patch)
treede8bb5f2aa8c4bbd3362221c309c76bb38218fe8 /sandbox/win/src/handle_policy.h
parent55525ed26f1783d4ba392b39693f5b1e8d19768e (diff)
downloadchromium_src-f7670318d01f066b46dd199e11e18b4d13428b01.zip
chromium_src-f7670318d01f066b46dd199e11e18b4d13428b01.tar.gz
chromium_src-f7670318d01f066b46dd199e11e18b4d13428b01.tar.bz2
Revert 250744 "Use the same handle for checking and duplicating ..."
Broke PPAPIBrokerInfoBarTest.Allowed test: http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%284%29/builds/24866/steps/browser_tests/logs/Allowed > 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 TBR=jschuh@chromium.org Review URL: https://codereview.chromium.org/160993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250777 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, 1 insertions, 0 deletions
diff --git a/sandbox/win/src/handle_policy.h b/sandbox/win/src/handle_policy.h
index ffe54b8..d91a039 100644
--- a/sandbox/win/src/handle_policy.h
+++ b/sandbox/win/src/handle_policy.h
@@ -27,6 +27,7 @@ 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,