diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-07 07:38:31 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-07 07:38:31 +0000 |
commit | 846798e2c80b3e582610cabf4cd69f245b5b8eec (patch) | |
tree | 5a65625e8caac0fe3809ab8aa7a7eba4d234c79e /chrome/common/sandbox_mac_unittest_helper.h | |
parent | 620bafaf8eed7a51a496fbfd59ec3e95d2a90fa6 (diff) | |
download | chromium_src-846798e2c80b3e582610cabf4cd69f245b5b8eec.zip chromium_src-846798e2c80b3e582610cabf4cd69f245b5b8eec.tar.gz chromium_src-846798e2c80b3e582610cabf4cd69f245b5b8eec.tar.bz2 |
Mac Sandbox: Clean up forward declaration of internal sandbox functions.
Move all Sandbox functions into their own class and declare functions needed by tests as private with FRIEND_TEST declarations where appropriate.
BUG=60917
TEST=Chrome on Mac should run and unit tests should pass.
Review URL: http://codereview.chromium.org/4380001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_mac_unittest_helper.h')
-rw-r--r-- | chrome/common/sandbox_mac_unittest_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_mac_unittest_helper.h b/chrome/common/sandbox_mac_unittest_helper.h index 960a4cf..674b246 100644 --- a/chrome/common/sandbox_mac_unittest_helper.h +++ b/chrome/common/sandbox_mac_unittest_helper.h @@ -50,7 +50,7 @@ class MacSandboxTest : public base::MultiProcessTest { // to the child process runing in the sandbox. // Returns true if the test passes, false if either of the functions in // the corresponding MacSandboxTestCase return false. - bool RunTestInSandbox(sandbox::SandboxProcessType sandbox_type, + bool RunTestInSandbox(sandbox::Sandbox::SandboxProcessType sandbox_type, const char* test_name, const char* test_data); |