Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2630)

Unified Diff: chrome/common/ipc_tests.h

Issue 21223: Add test to check that FDs are sent through the OS X Sandbox ok. (Closed)
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/ipc_tests.h
diff --git a/chrome/common/ipc_tests.h b/chrome/common/ipc_tests.h
index 609ebc6495249a2262bd304fa448113a0cfb6c2d..3cefafe17f49153d577cb11e2bd8a8f9dfbc0e0e 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
};

Powered by Google App Engine
This is Rietveld 408576698