Index: content/public/common/content_descriptors.h |
diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h |
index 3640ea5cdc75b849ee346ba71e34650d32e8cef9..ce7ab0e8d8af59498222f3fdad9d5576b0066185 100644 |
--- a/content/public/common/content_descriptors.h |
+++ b/content/public/common/content_descriptors.h |
@@ -10,7 +10,7 @@ |
// This is a list of global descriptor keys to be used with the |
// base::GlobalDescriptors object (see base/posix/global_descriptors.h) |
enum { |
- kCrashDumpSignal = kPrimaryIPCChannel + 1, |
+ kCrashDumpSignal = kIPCDescriptorMax, |
kSandboxIPCChannel, // http://code.google.com/p/chromium/LinuxSandboxIPC |
#if defined(OS_ANDROID) |