Commit 150b6efa authored by wfh's avatar wfh Committed by Commit bot

Change win32k renderer lockdown histogram from local to UMA.

This regressed by accident in crrev.com/6575fb41

BUG=365160

Review URL: https://codereview.chromium.org/888403002

Cr-Commit-Position: refs/heads/master@{#314175}
parent a322b7d8
...@@ -1089,7 +1089,7 @@ int BrowserMainLoop::BrowserThreadsStarted() { ...@@ -1089,7 +1089,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
#endif #endif
#if defined(OS_WIN) #if defined(OS_WIN)
LOCAL_HISTOGRAM_BOOLEAN("Windows.Win32kRendererLockdown", UMA_HISTOGRAM_BOOLEAN("Windows.Win32kRendererLockdown",
IsWin32kRendererLockdownEnabled()); IsWin32kRendererLockdownEnabled());
#endif #endif
// RDH needs the IO thread to be created // RDH needs the IO thread to be created
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment