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

Unified Diff: extensions/common/api/system_display.idl

Issue 2802603005: MD Settings: Display: Add unified desktop control and modify api (Closed)
Patch Set: Created 3 years, 8 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
Index: extensions/common/api/system_display.idl
diff --git a/extensions/common/api/system_display.idl b/extensions/common/api/system_display.idl
index 6a1a921e8530bba82b5c29e53a09d180d3fd2470..ab8713ec9cca3754d1b8f40168f0279893f8ce3c 100644
--- a/extensions/common/api/system_display.idl
+++ b/extensions/common/api/system_display.idl
@@ -129,6 +129,9 @@ namespace system.display {
// True if this display is enabled.
boolean isEnabled;
+ // True if this display is in unified desktop mode.
Devlin 2017/04/06 00:03:26 Is it common knowledge what this is?
stevenjb 2017/04/06 01:56:09 None of this API is "common knowledge" :P Expanded
+ boolean isUnified;
+
// The number of pixels per inch along the x-axis.
double dpiX;

Powered by Google App Engine
This is Rietveld 408576698