Index: content/public/common/content_features.h |
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h |
index b894afca1cf2842d4e55035027205091b5fb2648..c2df568675d987e5e49252d76c928b5e95406af3 100644 |
--- a/content/public/common/content_features.h |
+++ b/content/public/common/content_features.h |
@@ -35,6 +35,10 @@ CONTENT_EXPORT extern const base::Feature kImeThread; |
CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroid; |
#endif // defined(OS_ANDROID) |
+#if defined(OS_WIN) |
+CONTENT_EXPORT extern const base::Feature kWinSboxDisableExtensionPoints; |
+#endif // defined(OS_WIN) |
+ |
// 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). |