| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index cbdb0b6b76b8129a364b3e7676220abb5353addb..1ae587d4872b8cd7fc9bbf38a36d43e877b9da14 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -853,12 +853,6 @@ const char kValidateInputEventStream[] = "validate-input-event-stream";
|
| // kWaitForDebugger flag passed on or not.
|
| const char kWaitForDebuggerChildren[] = "wait-for-debugger-children";
|
|
|
| -// Forces processes to wait for Mojo shell connection initialization before
|
| -// proceeding with main thread startup.
|
| -//
|
| -// TODO(rockot): Remove this. http://crbug.com/594852.
|
| -const char kWaitForMojoShell[] = "wait-for-mojo-shell";
|
| -
|
| // The prefix used when starting the zygote process. (i.e. 'gdb --args')
|
| const char kZygoteCmdPrefix[] = "zygote-cmd-prefix";
|
|
|
|
|