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

Unified Diff: chrome/common/chrome_switches.h

Issue 5844001: seccomp: remove build-time flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « chrome/browser/zygote_host_linux.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/zygote_host_linux.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698