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

Unified Diff: content/public/common/content_switches.h

Issue 2921733002: Add flags for v2 sandbox to Chrome and Helper executable. (Closed)
Patch Set: Address nits Created 3 years, 7 months 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 | « content/common/sandbox_init_mac.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 79c95715773d6966619bea6231c0b22e5f8e5bf9..ba7fff546fbcf314a4bbd781e4a4a3f0d89d7032 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -322,6 +322,11 @@ extern const char kIpcDumpDirectory[];
extern const char kIpcFuzzerTestcase[];
#endif
+#if defined(OS_MACOSX)
+extern const char kEnableV2Sandbox[];
+extern const char kV2SandboxedEnabled[];
+#endif // defined(OS_MACOSX)
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).
« no previous file with comments | « content/common/sandbox_init_mac.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698