| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 00f3414a493b1c06337968d0725d3753f17ce9ea..31906f0ca75cc1cf83c2f06cdaf5558545724c51 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -342,7 +342,7 @@ class RendererSandboxedProcessLauncherDelegate
|
| base::win::GetVersion() == base::win::VERSION_WIN8_1) {
|
| const base::CommandLine& command_line =
|
| *base::CommandLine::ForCurrentProcess();
|
| - if (!command_line.HasSwitch(switches::kDisableAppContainer)) {
|
| + if (command_line.HasSwitch(switches::kEnableAppContainer)) {
|
| // TODO(shrikant): Check if these constants should be different across
|
| // various versions of Chromium code base or could be same.
|
| // If there should be different SID per channel then move this code
|
|
|