| Index: content/public/common/content_descriptors.h
|
| diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h
|
| index a3077cd3af85dda552905ebef439b2dd768b0692..692b8bd3f5a11de30f1b385fc29d5c252000d88c 100644
|
| --- a/content/public/common/content_descriptors.h
|
| +++ b/content/public/common/content_descriptors.h
|
| @@ -15,9 +15,16 @@ enum {
|
| kSandboxIPCChannel, // https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md
|
|
|
| #if defined(V8_USE_EXTERNAL_STARTUP_DATA)
|
| +#if defined(OS_ANDROID)
|
| + kV8NativesDataDescriptor32,
|
| + kV8SnapshotDataDescriptor32,
|
| + kV8NativesDataDescriptor64,
|
| + kV8SnapshotDataDescriptor64,
|
| +#else
|
| kV8NativesDataDescriptor,
|
| kV8SnapshotDataDescriptor,
|
| #endif
|
| +#endif
|
|
|
| #if defined(OS_ANDROID)
|
| kAndroidPropertyDescriptor,
|
|
|