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

Unified Diff: ui/display/chromeos/apply_content_protection_task.cc

Issue 1456623002: Add support for virtual displays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address oshima@ feedback Created 5 years, 1 month 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
Index: ui/display/chromeos/apply_content_protection_task.cc
diff --git a/ui/display/chromeos/apply_content_protection_task.cc b/ui/display/chromeos/apply_content_protection_task.cc
index e25d4277d05e78b124558ebe9e31a2ceba14d3c1..43214709387b09fcd9321ea466f84cda2d3540e3 100644
--- a/ui/display/chromeos/apply_content_protection_task.cc
+++ b/ui/display/chromeos/apply_content_protection_task.cc
@@ -28,6 +28,7 @@ bool GetHDCPCapableDisplays(
case DISPLAY_CONNECTION_TYPE_INTERNAL:
case DISPLAY_CONNECTION_TYPE_VGA:
case DISPLAY_CONNECTION_TYPE_NETWORK:
+ case DISPLAY_CONNECTION_TYPE_VIRTUAL:
// No protections for these types. Do nothing.
break;
case DISPLAY_CONNECTION_TYPE_NONE:

Powered by Google App Engine
This is Rietveld 408576698