Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 1263643003: Changing command line flag from disable appcontainer to enable appcontainer. As there are some repo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2403
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698