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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_DISPLAY_DISPLAY_CONSTANTS_H_ 5 #ifndef UI_DISPLAY_DISPLAY_CONSTANTS_H_
6 #define UI_DISPLAY_DISPLAY_CONSTANTS_H_ 6 #define UI_DISPLAY_DISPLAY_CONSTANTS_H_
7 7
8 namespace ui { 8 namespace ui {
9 9
10 // Used to describe the state of a multi-display configuration. 10 // Used to describe the state of a multi-display configuration.
(...skipping 19 matching lines...) Expand all
30 30
31 // Content protection methods applied on video output. 31 // Content protection methods applied on video output.
32 enum OutputProtectionMethod { 32 enum OutputProtectionMethod {
33 OUTPUT_PROTECTION_METHOD_NONE = 0, 33 OUTPUT_PROTECTION_METHOD_NONE = 0,
34 OUTPUT_PROTECTION_METHOD_HDCP = 1 << 0, 34 OUTPUT_PROTECTION_METHOD_HDCP = 1 << 0,
35 }; 35 };
36 36
37 // HDCP protection state. 37 // HDCP protection state.
38 enum HDCPState { HDCP_STATE_UNDESIRED, HDCP_STATE_DESIRED, HDCP_STATE_ENABLED }; 38 enum HDCPState { HDCP_STATE_UNDESIRED, HDCP_STATE_DESIRED, HDCP_STATE_ENABLED };
39 39
40 // Color calibration profiles. 40 // 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.
41 // tools/metrics/histograms/histograms.xml too.
41 enum ColorCalibrationProfile { 42 enum ColorCalibrationProfile {
42 COLOR_PROFILE_STANDARD, 43 COLOR_PROFILE_STANDARD,
43 COLOR_PROFILE_DYNAMIC, 44 COLOR_PROFILE_DYNAMIC,
44 COLOR_PROFILE_MOVIE, 45 COLOR_PROFILE_MOVIE,
45 COLOR_PROFILE_READING, 46 COLOR_PROFILE_READING,
46 }; 47 };
47 48
48 } // namespace ui 49 } // namespace ui
49 50
50 #endif // UI_DISPLAY_DISPLAY_CONSTANTS_H_ 51 #endif // UI_DISPLAY_DISPLAY_CONSTANTS_H_
OLDNEW
« ui/display/chromeos/output_configurator.cc ('K') | « ui/display/chromeos/output_configurator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698