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

Unified Diff: content/common/sandbox_win.h

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: Replaced shared memory implementation. 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
Index: content/common/sandbox_win.h
diff --git a/content/common/sandbox_win.h b/content/common/sandbox_win.h
index f2800fd5d2804503a237ffbacbfb6e83ea3a43da..05320482bfd8e5dc0c1fb78dfdc882d58db43824 100644
--- a/content/common/sandbox_win.h
+++ b/content/common/sandbox_win.h
@@ -36,7 +36,7 @@ void AddBaseHandleClosePolicy(sandbox::TargetPolicy* policy);
void AddAppContainerPolicy(sandbox::TargetPolicy* policy, const wchar_t* sid);
// Add the win32k lockdown policy on supported OS.
-bool AddWin32kLockdownPolicy(sandbox::TargetPolicy* policy);
+bool AddWin32kLockdownPolicy(sandbox::TargetPolicy* policy, bool enable_opm);
bool InitBrokerServices(sandbox::BrokerServices* broker_services);

Powered by Google App Engine
This is Rietveld 408576698