| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8baff4e95506ddfa0065f913e0f6d6510a03545b..dc859f047b4fdece62c1f28608ec1d8467d4fa0d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -751,6 +751,8 @@ const char kRegisterPepperPlugins[] = "register-pepper-plugins";
|
| // Enables remote debug over HTTP on the specified port.
|
| const char kRemoteDebuggingPort[] = "remote-debugging-port";
|
|
|
| +const char kRendererClientId[] = "renderer-client-id";
|
| +
|
| // The contents of this flag are prepended to the renderer command line.
|
| // Useful values might be "valgrind" or "xterm -e gdb --args".
|
| const char kRendererCmdPrefix[] = "renderer-cmd-prefix";
|
|
|