| 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;
|
| }
|
|
|