| Index: content/common/sandbox_mac.mm
|
| diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
|
| index 4498320b1641e14315ff63002768e669da57ad38..4dc7d9413edb40d07adb8a2d9c6b2be9149e1287 100644
|
| --- a/content/common/sandbox_mac.mm
|
| +++ b/content/common/sandbox_mac.mm
|
| @@ -528,6 +528,9 @@ bool Sandbox::EnableSandbox(int sandbox_type,
|
| bool lion_or_later = base::mac::IsOSLionOrLater();
|
| if (!compiler.InsertBooleanParam("LION_OR_LATER", lion_or_later))
|
| return false;
|
| + bool elcap_or_later = base::mac::IsOSElCapitanOrLater();
|
| + if (!compiler.InsertBooleanParam("ELCAP_OR_LATER", elcap_or_later))
|
| + return false;
|
|
|
| #if defined(COMPONENT_BUILD)
|
| // dlopen() fails without file-read-metadata access if the executable image
|
|
|