summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_descriptors.h')
-rw-r--r--chrome/common/chrome_descriptors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_descriptors.h b/chrome/common/chrome_descriptors.h
index 3d6be45..c86eee5 100644
--- a/chrome/common/chrome_descriptors.h
+++ b/chrome/common/chrome_descriptors.h
@@ -10,6 +10,7 @@
enum {
kPrimaryIPCChannel = 0,
kCrashDumpSignal = 1,
+ kSandboxIPCChannel = 2, // http://code.google.com/p/chromium/LinuxSandboxIPC
};
#endif // CHROME_COMMON_CHROME_DESCRIPTORS_H_