diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 00:47:12 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 00:47:12 +0000 |
commit | f11a2162332dbbc8130e9ece793bc6c7859ac848 (patch) | |
tree | eb3a40a98e6e099a393d262c4a8de6011bdf6891 /sandbox/tests/common/controller.h | |
parent | d09419413a2f888a9aefe4d0a1b7c1806339fbe9 (diff) | |
download | chromium_src-f11a2162332dbbc8130e9ece793bc6c7859ac848.zip chromium_src-f11a2162332dbbc8130e9ece793bc6c7859ac848.tar.gz chromium_src-f11a2162332dbbc8130e9ece793bc6c7859ac848.tar.bz2 |
Revert 131671 - Add sandbox support for associating peer processes
TEST=HandlePolicyTest.DuplicatePeerHandle
Review URL: https://chromiumcodereview.appspot.com/9960045
TBR=jschuh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10052001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/tests/common/controller.h')
-rw-r--r-- | sandbox/tests/common/controller.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sandbox/tests/common/controller.h b/sandbox/tests/common/controller.h index 5c2a471..0a78a0e 100644 --- a/sandbox/tests/common/controller.h +++ b/sandbox/tests/common/controller.h @@ -95,9 +95,6 @@ class TestRunner { // Sets TestRunner to return without waiting for the process to exit. void SetAsynchronous(bool is_async) { is_async_ = is_async; } - // Sets TestRunner to return without waiting for the process to exit. - void SetUnsandboxed(bool is_no_sandbox) { no_sandbox_ = is_no_sandbox; } - // Sets the desired state for the test to run. void SetTestState(SboxTestsState desired_state); @@ -126,7 +123,6 @@ class TestRunner { SboxTestsState state_; bool is_init_; bool is_async_; - bool no_sandbox_; base::win::ScopedHandle target_process_; DWORD target_process_id_; }; |