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

Unified Diff: content/browser/ppapi_plugin_process_host.cc

Issue 1924723002: Enabled OPM redirection policy for PPAPI processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@opm_drm_fixes
Patch Set: Created 4 years, 8 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 | « no previous file | content/common/sandbox_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ppapi_plugin_process_host.cc
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
index b37b643605853240752fa8cc361ab1db48c3cbe1..1882b7572ffffa554baff840894a7de7fedd336c 100644
--- a/content/browser/ppapi_plugin_process_host.cc
+++ b/content/browser/ppapi_plugin_process_host.cc
@@ -97,7 +97,7 @@ class PpapiPluginSandboxedProcessLauncherDelegate
for (const auto& mime_type : info_.mime_types) {
if (browser_client->IsWin32kLockdownEnabledForMimeType(
mime_type.mime_type)) {
- if (!AddWin32kLockdownPolicy(policy))
+ if (!AddWin32kLockdownPolicy(policy, true))
return false;
break;
}
« no previous file with comments | « no previous file | content/common/sandbox_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698