| Index: content/public/common/content_descriptors.h
|
| diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h
|
| index 692b8bd3f5a11de30f1b385fc29d5c252000d88c..ff282ae4be234873d1bebe35af841e7e7eb8fce1 100644
|
| --- a/content/public/common/content_descriptors.h
|
| +++ b/content/public/common/content_descriptors.h
|
| @@ -13,6 +13,7 @@
|
| enum {
|
| kCrashDumpSignal = kIPCDescriptorMax,
|
| kSandboxIPCChannel, // https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md
|
| + kMojoIPCChannel,
|
|
|
| #if defined(V8_USE_EXTERNAL_STARTUP_DATA)
|
| #if defined(OS_ANDROID)
|
|
|