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

Unified Diff: content/browser/browser_main_loop.cc

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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 325b85d3ec2686b68b642fcd1e2d759b1f156b79..5f14b64fbcfba8f5d2d285b74ebf9004823640f1 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1299,11 +1299,6 @@ int BrowserMainLoop::BrowserThreadsStarted() {
device_monitor_mac_.reset(new media::DeviceMonitorMac());
#endif
-#if defined(OS_WIN)
- UMA_HISTOGRAM_BOOLEAN("Windows.Win32kRendererLockdown",
- IsWin32kRendererLockdownEnabled());
-#endif
-
// RDH needs the IO thread to be created
{
TRACE_EVENT0("startup",
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698