| 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",
|
|
|