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

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

Issue 2530573002: Share field trial allocator on zygote-using Linuxes (Closed)
Patch Set: fix call from content_main_runner 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..6cdab98ccae51509f0e41ac6e1f88c761252416e 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,
+ kFieldTrialDescriptor,
#if defined(V8_USE_EXTERNAL_STARTUP_DATA)
kV8NativesDataDescriptor,

Powered by Google App Engine
This is Rietveld 408576698