diff options
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 4465096..3d47067 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -214,6 +214,8 @@ extern const wchar_t kEnableSessionStorage[]; extern const wchar_t kAllowSandboxDebugging[]; +extern const wchar_t kEnableSeccompSandbox[]; + extern const wchar_t kDiagnostics[]; extern const wchar_t kDisableCustomJumpList[]; |