| Index: content/public/common/content_descriptors.h
|
| diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h
|
| index 5a6b234e5d97319700e8f63dcb82b762c8aed6d4..2dd1b7cfd7deb78e0b9b1d5929fd8bc75d8ead33 100644
|
| --- a/content/public/common/content_descriptors.h
|
| +++ b/content/public/common/content_descriptors.h
|
| @@ -16,6 +16,12 @@ enum {
|
| #if defined(OS_ANDROID)
|
| kAndroidPropertyDescriptor,
|
| kAndroidICUDataDescriptor,
|
| +
|
| +#ifdef V8_USE_EXTERNAL_STARTUP_DATA
|
| + kV8NativesDataDescriptor,
|
| + kV8SnapshotDataDescriptor,
|
| +#endif // V8_USE_EXTERNAL_STARTUP_DATA
|
| +
|
| #endif
|
|
|
| // The first key that embedders can use to register descriptors (see
|
|
|