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

Unified Diff: content/public/common/content_features.cc

Issue 1836523004: [Windows Sandbox] MITIGATION_EXTENSION_POINT_DISABLE emergency off finch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing some file changes that won't be part of this CL. Created 4 years, 9 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/public/common/content_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 7d523d826933f34cfab1b88dac61c0864242661a..b7e53d11d67d5eb7b948d1b73478a7200b4e4295 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -84,4 +84,11 @@ const base::Feature kSeccompSandboxAndroid{"SeccompSandboxAndroid",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif
+#if defined(OS_WIN)
+// Emergency "off switch" for new Windows sandbox security mitigation,
+// sandbox::MITIGATION_EXTENSION_POINT_DISABLE.
+const base::Feature kWinSboxDisableExtensionPoints{
+ "WinSboxDisableExtensionPoint", base::FEATURE_ENABLED_BY_DEFAULT};
+#endif
+
} // namespace features
« no previous file with comments | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698