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

Unified Diff: content/common/sandbox_mac.h

Issue 2973453002: Fix sandbox profile for MacOS 10.9 Mavericks. (Closed)
Patch Set: Update OWNERS rule Created 3 years, 5 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
Index: content/common/sandbox_mac.h
diff --git a/content/common/sandbox_mac.h b/content/common/sandbox_mac.h
index c6a7c1fcef2550bd31cfbb89475ac514ec792ff2..f4dde38c14b40abf4f744ece5610d70e7fbd34c5 100644
--- a/content/common/sandbox_mac.h
+++ b/content/common/sandbox_mac.h
@@ -52,6 +52,7 @@ class CONTENT_EXPORT Sandbox {
static const char* kSandboxDisableDenialLogging;
static const char* kSandboxHomedirAsLiteral;
static const char* kSandboxElCapOrLater;
+ static const char* kSandboxMavericks;
static const char* kSandboxPermittedDir;
static const char* kSandboxBundlePath;
static const char* kSandboxLoggingPathAsLiteral;

Powered by Google App Engine
This is Rietveld 408576698