Chromium Code Reviews| Index: content/app/mojo/mojo_init.cc |
| diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc |
| index b289aa738b8bcdc26973c15c2a5088f80988c884..07e4d5aaa4d55bfa1dc66a8fd51a0e766e1e7db3 100644 |
| --- a/content/app/mojo/mojo_init.cc |
| +++ b/content/app/mojo/mojo_init.cc |
| @@ -26,7 +26,7 @@ class MojoInitializer { |
| *base::CommandLine::ForCurrentProcess(); |
| std::string process_type = |
| command_line.GetSwitchValueASCII(switches::kProcessType); |
| - if (0 && process_type.empty() && !command_line.HasSwitch("use-old-edk")) { |
|
msw
2015/12/18 01:54:26
q: did you intend to enable the new edk by default
jam
2015/12/18 02:03:47
this was for the try runs, I'll land it without th
|
| + if (process_type.empty() && !command_line.HasSwitch("use-old-edk")) { |
| base::CommandLine::ForCurrentProcess()->AppendSwitch( |
| "use-new-edk"); |
| } |