summaryrefslogtreecommitdiffstats
path: root/sandbox/tests/common/controller.h
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 00:47:12 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 00:47:12 +0000
commitf11a2162332dbbc8130e9ece793bc6c7859ac848 (patch)
treeeb3a40a98e6e099a393d262c4a8de6011bdf6891 /sandbox/tests/common/controller.h
parentd09419413a2f888a9aefe4d0a1b7c1806339fbe9 (diff)
downloadchromium_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.h4
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_;
};