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

Unified Diff: ui/display/display_constants.h

Issue 204813006: Adds UMA for display color calibration in ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix failure Created 6 years, 9 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 | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_constants.h
diff --git a/ui/display/display_constants.h b/ui/display/display_constants.h
index df0f1cc48069f1c7aaf18271cc649a65bc296496..7ad266495bd3e8d783f65ad5a4ae32db391f9e7a 100644
--- a/ui/display/display_constants.h
+++ b/ui/display/display_constants.h
@@ -37,12 +37,14 @@ enum OutputProtectionMethod {
// HDCP protection state.
enum HDCPState { HDCP_STATE_UNDESIRED, HDCP_STATE_DESIRED, HDCP_STATE_ENABLED };
-// Color calibration profiles.
+// Color calibration profiles. Don't change the order, and edit
+// tools/metrics/histograms/histograms.xml when a new item is added.
enum ColorCalibrationProfile {
COLOR_PROFILE_STANDARD,
COLOR_PROFILE_DYNAMIC,
COLOR_PROFILE_MOVIE,
COLOR_PROFILE_READING,
+ NUM_COLOR_PROFILES,
};
} // namespace ui
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698