| Index: content/app/mojo/mojo_init.cc
|
| diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc
|
| index 3095fdbc52a0d3cabcbcbe3e670c9478a40ad0a0..5fccc6014b16a1af2960133ad9d22259bd5dae4f 100644
|
| --- a/content/app/mojo/mojo_init.cc
|
| +++ b/content/app/mojo/mojo_init.cc
|
| @@ -26,7 +26,7 @@
|
| *base::CommandLine::ForCurrentProcess();
|
| std::string process_type =
|
| command_line.GetSwitchValueASCII(switches::kProcessType);
|
| - if (process_type.empty() && !command_line.HasSwitch("use-old-edk")) {
|
| + if (0 && process_type.empty() && !command_line.HasSwitch("use-old-edk")) {
|
| base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| "use-new-edk");
|
| }
|
|
|