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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 204813006: Adds UMA for display color calibration in ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix Created 6 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 | « ash/display/display_manager.cc ('k') | ui/display/display_constants.h » ('j') | 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 1a4329edb1d661ed76faed9b1b07bc372cd1ea67..020690b4254e3414ff85b52a102c5b9f3d46989d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2093,6 +2093,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="ChromeOS.Display.ColorProfile" enum="ChromeOSColorProfile">
+ <owner>xiaowenx@chromium.org</owner>
+ <owner>mukai@chromium.org</owner>
+ <summary>
+ The name of the current color calibration of the display on ChromeOS. This
+ value is sent when the color calibration has changed by the user.
Alexei Svitkine (slow) 2014/03/26 21:35:54 Nit: has -> is
Jun Mukai 2014/03/26 23:00:12 Done.
+ </summary>
+</histogram>
+
<histogram name="ChromeOS.SAML.APIUsed" enum="BooleanUsage">
<owner>bartfab@chromium.org</owner>
<summary>
@@ -29981,6 +29990,14 @@ other types of suffix sets.
<int value="2" label="First service disabled"/>
</enum>
+<enum name="ChromeOSColorProfile" type="int">
+ <summary>See ui/display/display_constants.h for the variation.</summary>
+ <int value="0" label="Standard"/>
+ <int value="1" label="Dynamic"/>
+ <int value="2" label="Movie"/>
+ <int value="3" label="Reading"/>
+</enum>
+
<enum name="ChromeOSUserImageId" type="int">
<summary>
Indices of the default images as defined in
« no previous file with comments | « ash/display/display_manager.cc ('k') | ui/display/display_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698