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

Unified Diff: content/common/sandbox_win.h

Issue 1306243012: Add command line option to enable PPAPI win32k lockdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_render_font_code
Patch Set: Rebased patch. Created 5 years, 3 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 | « content/common/content_switches_internal.cc ('k') | content/common/sandbox_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_win.h
diff --git a/content/common/sandbox_win.h b/content/common/sandbox_win.h
index 338e1c4233a76fb520fd105275f58184f9242b68..2547aede7592cda6bd19e231c0e562f2b008c108 100644
--- a/content/common/sandbox_win.h
+++ b/content/common/sandbox_win.h
@@ -33,6 +33,9 @@ void AddBaseHandleClosePolicy(sandbox::TargetPolicy* policy);
// Add AppContainer policy for |sid| on supported OS.
void AddAppContainerPolicy(sandbox::TargetPolicy* policy, const wchar_t* sid);
+// Add the win32k lockdown policy on supported OS.
+bool AddWin32kLockdownPolicy(sandbox::TargetPolicy* policy);
+
bool InitBrokerServices(sandbox::BrokerServices* broker_services);
bool InitTargetServices(sandbox::TargetServices* target_services);
« no previous file with comments | « content/common/content_switches_internal.cc ('k') | content/common/sandbox_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698