Chromium Code Reviews| Index: content/public/common/content_descriptors.h |
| diff --git a/content/public/common/content_descriptors.h b/content/public/common/content_descriptors.h |
| index fa67a0fc9941355cc92d602c1c51b1d7372d7169..a6d29c3f1bbcacdb5e8bd0291afd2833db593a9d 100644 |
| --- a/content/public/common/content_descriptors.h |
| +++ b/content/public/common/content_descriptors.h |
| @@ -14,6 +14,7 @@ enum { |
| kCrashDumpSignal = kIPCDescriptorMax, |
| kSandboxIPCChannel, // https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md |
| kMojoIPCChannel, |
| + kFieldTrialHandle, |
|
Alexei Svitkine (slow)
2016/11/28 16:56:13
This name is very confusing since it's the same na
lawrencewu
2016/11/29 14:38:07
Done.
|
| #if defined(V8_USE_EXTERNAL_STARTUP_DATA) |
| kV8NativesDataDescriptor, |