| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 4728bd376ab33cc3c1cd6c017fff1788cd966607..f68b3cf55c81616612a3ab99dc12fade03d23ff5 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -401,11 +401,9 @@ extern const char kRendererCheckFalseTest[];
|
| extern const char kTouchDevices[];
|
| #endif
|
|
|
| -#if defined(USE_SECCOMP_SANDBOX)
|
| extern const char kDisableSeccompSandbox[];
|
| -#else
|
| extern const char kEnableSeccompSandbox[];
|
| -#endif
|
| +
|
| // Return true if the switches indicate the seccomp sandbox is enabled.
|
| bool SeccompSandboxEnabled();
|
|
|
|
|