| Index: content/common/sandbox_linux.cc
|
| diff --git a/content/common/sandbox_linux.cc b/content/common/sandbox_linux.cc
|
| index d4618e59c1876e3b0896fd51c9097d89847d0118..6384d22c9022e878737ca62d493d5a5d98924bcb 100644
|
| --- a/content/common/sandbox_linux.cc
|
| +++ b/content/common/sandbox_linux.cc
|
| @@ -39,11 +39,11 @@ void LogSandboxStarted(const std::string& sandbox_name) {
|
| bool IsSeccompLegacyDesired() {
|
| #if defined(SECCOMP_SANDBOX)
|
| #if defined(NDEBUG)
|
| - // Off by default; allow turning on with a switch.
|
| + // Off by default. Allow turning on with a switch.
|
| return CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableSeccompSandbox);
|
| #else
|
| - // On by default; allow turning off with a switch.
|
| + // On by default. Allow turning off with a switch.
|
| return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableSeccompSandbox);
|
| #endif // NDEBUG
|
|
|