| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7995d8c2279bc49250b2139f5a381ccb258d235a..337a6dd0ae4db88b2195f70839b0ba8964686da4 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -609,8 +609,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";
|
|
|