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

Unified Diff: ui/display/mojo/display_constants.mojom

Issue 2732093006: Write mojom and EnumTraits for display::HDCPState. (Closed)
Patch Set: . Created 3 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 | « no previous file | ui/display/mojo/display_constants.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/mojo/display_constants.mojom
diff --git a/ui/display/mojo/display_constants.mojom b/ui/display/mojo/display_constants.mojom
index 7ea2469dde0e4299aadba330dd2dcd7c70d178c4..eefc4f6623cf35dd4d6fd261ecdb1d5a087ab825 100644
--- a/ui/display/mojo/display_constants.mojom
+++ b/ui/display/mojo/display_constants.mojom
@@ -16,3 +16,10 @@ enum DisplayConnectionType {
DISPLAY_CONNECTION_TYPE_NETWORK = 64,
DISPLAY_CONNECTION_TYPE_VIRTUAL = 128,
};
+
+// Corresponding to display::HDCPState.
+enum HDCPState {
+ HDCP_STATE_UNDESIRED,
+ HDCP_STATE_DESIRED,
+ HDCP_STATE_ENABLED,
+};
« no previous file with comments | « no previous file | ui/display/mojo/display_constants.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698