Index: ui/display/display_constants.h |
diff --git a/ui/display/display_constants.h b/ui/display/display_constants.h |
index df0f1cc48069f1c7aaf18271cc649a65bc296496..fe6f919f8e10d4db2d79c0a920e40349d05d19f1 100644 |
--- a/ui/display/display_constants.h |
+++ b/ui/display/display_constants.h |
@@ -37,7 +37,8 @@ enum OutputProtectionMethod { |
// HDCP protection state. |
enum HDCPState { HDCP_STATE_UNDESIRED, HDCP_STATE_DESIRED, HDCP_STATE_ENABLED }; |
-// Color calibration profiles. |
+// Color calibration profiles. When you change this enum or its order, edit |
Alexei Svitkine (slow)
2014/03/26 13:02:10
Nit: Comment should say "don't change the order".
Jun Mukai
2014/03/26 18:08:09
Done.
|
+// tools/metrics/histograms/histograms.xml too. |
enum ColorCalibrationProfile { |
COLOR_PROFILE_STANDARD, |
COLOR_PROFILE_DYNAMIC, |