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

Unified Diff: content/browser/ppapi_plugin_process_host.cc

Issue 1856993003: Implement sandbox hooks to forward OPM related GDI system calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Windows 10 specific hooks 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 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))
Will Harris 2016/04/26 17:18:26 might want to pull this into a separate CL, i.e. h
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