diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:25:39 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:25:39 +0000 |
commit | e8351b7e9c8e21bdee7f7e34bc57a99023b03b49 (patch) | |
tree | b2b56bbe11a0cdf82d7489d1920164e044cd49ea /chrome/common/ipc_tests.h | |
parent | 3eac70b953bd3bf9b1aeccc84b6a92bcbf85d0eb (diff) | |
download | chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.zip chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.tar.gz chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.tar.bz2 |
Add test to check that FDs are sent through the OS X Sandbox ok.
Review URL: http://codereview.chromium.org/21223
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_tests.h')
-rw-r--r-- | chrome/common/ipc_tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.h b/chrome/common/ipc_tests.h index 609ebc6..3cefafe 100644 --- a/chrome/common/ipc_tests.h +++ b/chrome/common/ipc_tests.h @@ -13,6 +13,7 @@ enum ChildType { TEST_CLIENT, TEST_DESCRIPTOR_CLIENT, + TEST_DESCRIPTOR_CLIENT_SANDBOXED, TEST_REFLECTOR, FUZZER_SERVER }; |