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

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

Issue 1306243012: Add command line option to enable PPAPI win32k lockdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_render_font_code
Patch Set: Rebased patch. Created 5 years, 3 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_switches.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_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 44c81f001a69834b5b8df17397c2c52d0ef8f9e2..f1c2f0ece89d7261b4cb4eaac1d3160939a21d8d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -957,6 +957,12 @@ const char kDisableLegacyIntermediateWindow[] = "disable-legacy-window";
const char kDisableWin32kRendererLockDown[] =
"disable-win32k-renderer-lockdown";
+// Enables the Win32K process mitigation policy for certain PPAPI mime
+// types. Each mime type is separated by a comma. Specify * to enable
+// the policy for all mime types.
+const char kEnableWin32kLockDownMimeTypes[] =
+ "enable-win32k-lockdown-mimetypes";
+
// Enables experimental hardware acceleration for VP8/VP9 video decoding.
const char kEnableAcceleratedVpxDecode[] = "enable-accelerated-vpx-decode";
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698