Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2502)

Unified Diff: content/public/common/content_descriptors.h

Issue 2530573002: Share field trial allocator on zygote-using Linuxes (Closed)
Patch Set: git rebase-update Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698