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

Unified Diff: content/common/content_switches_internal.h

Issue 2411483002: Enable win32k lockdown for ppapi processes. (Closed)
Patch Set: readd entry Created 4 years, 2 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/content_switches_internal.h
diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
index f1ddb19d4dce3c72a83b314adf5991bf8749e39b..024a4d7efcb99607c16d6d96180e71248b5f1b7a 100644
--- a/content/common/content_switches_internal.h
+++ b/content/common/content_switches_internal.h
@@ -13,8 +13,8 @@ namespace content {
bool IsPinchToZoomEnabled();
#if defined(OS_WIN)
-// Returns whether Win32k Renderer lockdown is enabled or not.
-bool IsWin32kRendererLockdownEnabled();
+// Returns whether Win32k lockdown is enabled for child processes or not.
+bool IsWin32kLockdownEnabled();
#endif
V8CacheOptions GetV8CacheOptions();
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/content_switches_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698