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

Unified Diff: content/browser/browser_main_loop.cc

Issue 888403002: Change win32k renderer lockdown histogram from local to UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | 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 37695d8429252e78156fa4ac297e2eb84b647286..5e5df84819f616d4441144b513fa416378cd1d28 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -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
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698