| 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 56ae0eea7f4a8c901e0a6f080d06aa1fe49e62e6..3f1d56441ac15a1e729c758dcb13fefe12e1f904 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;
|
| }
|
|
|