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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1064843003: Add an UMA stat to be able to see if the User pods are show on start screen, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. Created 5 years, 8 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:
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index bd419fd674f4a9a1442618fbeaa1c12f88959c5a..c41a4d1e5d6525a2164d44ad2562fc31036bdce6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42268,6 +42268,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UserSessionManager.UserPodsDisplay" enum="UserPodsDisplay">
+ <owner>ginkage@chromium.org</owner>
+ <summary>
+ Whether the user pods were enabled during login, and what could disable
+ them.
+ </summary>
+</histogram>
+
<histogram name="V8.ASTOptimization">
<obsolete>
This histogram is no longer present in V8.
@@ -62395,6 +62403,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="0" label="WiFi Scan"/>
</enum>
+<enum name="UserPodsDisplay" type="int">
+ <int value="0" label="Enabled by local settings"/>
+ <int value="1" label="Enabled by domain policy"/>
+ <int value="2" label="Disabled by local settings"/>
+ <int value="3" label="Disabled by domain policy"/>
+</enum>
+
<enum name="UserSelectableSyncType" type="int">
<int value="0" label="Bookmarks"/>
<int value="1" label="Preferences"/>
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698