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

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: Cosmetic fix. 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..9b62123a046fa1937b6ded9125622c087f3f8f55 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -723,6 +723,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Ash.Wallpaper.DefaultIndex">
+ <obsolete>
+ Deprecated as of 11/2012. Use of indices has been removed.
+ </obsolete>
+ <owner>kuscher@google.com</owner>
+ <summary>
+ The wallpaper index if one of the default wallpapers has been selected.
+ Recorded at user login. Currently only for the old wallpaper picker UI.
+ </summary>
+</histogram>
+
+<histogram name="Ash.Wallpaper.Type" enum="WallpaperType">
+ <owner>kuscher@google.com</owner>
+ <summary>The wallpaper type. Recorded at user login.</summary>
+</histogram>
+
<histogram name="Ash.WindowCycleController.CycleTime" units="milliseconds">
<owner>flackr@chromium.org</owner>
<owner>kuscher@google.com</owner>
@@ -2250,7 +2266,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>jam@chromium.org</owner>
<summary>
Count of child processes killed because they sent an IPC that couldn't be
- deserialized..
+ deserialized.
</summary>
</histogram>
@@ -49602,6 +49618,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