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,8 +1089,8 @@ int BrowserMainLoop::BrowserThreadsStarted() {
#endif
#if defined(OS_WIN)
LOCAL_HISTOGRAM_BOOLEAN("Windows.Win32kRendererLockdown",
IsWin32kRendererLockdownEnabled());
UMA_HISTOGRAM_BOOLEAN("Windows.Win32kRendererLockdown",
IsWin32kRendererLockdownEnabled());
#endif
// 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