Index: content/public/common/content_features.h |
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h |
index 5f5453232b3e93810866018a4f521c90b6cad1a4..af81758068f29defa89bab10d44e3b6c45a5aee1 100644 |
--- a/content/public/common/content_features.h |
+++ b/content/public/common/content_features.h |
@@ -101,6 +101,10 @@ CONTENT_EXPORT extern const base::Feature kWebNfc; |
CONTENT_EXPORT extern const base::Feature kWinSboxDisableExtensionPoints; |
#endif // defined(OS_WIN) |
+#if defined(OS_MACOSX) |
+CONTENT_EXPORT extern const base::Feature kMacV2Sandbox; |
+#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). |