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

Unified Diff: content/public/common/content_switches.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 | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 7036d2643726f87efec0080f3cff75127c56a1b5..f30484f9fde5e1f9f974e3b268735af43a5db56c 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -630,8 +630,8 @@ const char kNoReferrers[] = "no-referrers";
// Disables the sandbox for all process types that are normally sandboxed.
const char kNoSandbox[] = "no-sandbox";
-// Disables appcontainer/lowbox for renderer on Win8+ platforms.
-const char kDisableAppContainer[] = "disable-appcontainer";
+// Enables appcontainer/lowbox for renderer on Win8+ platforms.
+const char kEnableAppContainer[] = "enable-appcontainer";
// Number of worker threads used to rasterize content.
const char kNumRasterThreads[] = "num-raster-threads";
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698