Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 41c636f03c7c2fa845fd949ae15eae2f8e68b1fa..95d754416068f22fe9584bd1bdb31721a1a8d1ef 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -530,6 +530,12 @@ const char kEnableZeroCopy[] = "enable-zero-copy"; |
// numbers. |
const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports"; |
+// Handle to the shared memory segment containing field trial state that is to |
+// be shared between processes. The argument to this switch is the handle id |
+// (pointer on Windows) as a string, followed by a comma, then the size of the |
+// shared memory segment as a string. |
+const char kFieldTrialHandle[] = "field-trial-handle"; |
+ |
// Always use the Skia GPU backend for drawing layer tiles. Only valid with GPU |
// accelerated compositing + impl-side painting. Overrides the |
// kEnableGpuRasterization flag. |