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

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

Issue 449913002: Add Ash.Wallpaper.{DefaultIndex,Type} to histograms.xml. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « components/user_manager/user.h ('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 03f4570c6ff1c7bde6c832ab35f262602fa05f2b..ecba9254429718c8085d8edb8be5215dd7a9042f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -723,6 +723,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Ash.Wallpaper.Type" enum="WallpaperType">
+ <owner>nkostylev@chromium.org</owner>
+ <summary>The wallpaper type. Recorded at user login.</summary>
Alexei Svitkine (slow) 2014/08/07 18:36:50 This histogram exists in the internal version of t
Thiemo Nagel 2014/08/07 18:50:40 Thanks a lot! I've been looking for it, without s
+</histogram>
+
<histogram name="Ash.WindowCycleController.CycleTime" units="milliseconds">
<owner>flackr@chromium.org</owner>
<owner>kuscher@google.com</owner>
@@ -49602,6 +49607,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="11" label="Require phone number"/>
</enum>
+<enum name="WallpaperType" type="int">
+ <int value="0" label="Daily (unused)"/>
+ <int value="1" label="Customized"/>
+ <int value="2" label="Default"/>
+ <int value="3" label="Unknown (unused)"/>
+ <int value="4" label="Online"/>
+ <int value="5" label="Policy"/>
+</enum>
+
<enum name="WebFontCacheHit" type="int">
<int value="0" label="Miss"/>
<int value="1" label="Hit"/>
« no previous file with comments | « components/user_manager/user.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698