Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index ee9693a6871726ba3d6c46ca34ba989c6dedbed4..339cf0eef0bea7da95b206c013d2be098f686b81 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -710,6 +710,9 @@ const char kRendererAssertTest[] = "renderer-assert-test"; |
// On POSIX only: the contents of this flag are prepended to the renderer |
// command line. Useful values might be "valgrind" or "xterm -e gdb --args". |
+const char kChildCmdPrefix[] = "child-cmd-prefix"; |
+ |
+// legacy switch |
const char kRendererCmdPrefix[] = "renderer-cmd-prefix"; |
// Causes the process to run as renderer instead of as browser. |