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

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

Issue 2802603005: MD Settings: Display: Add unified desktop control and modify api (Closed)
Patch Set: Feedback 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..3862db499bcccb6cbf06ce0a24ccfd8ebcece6e6 100644
--- a/extensions/common/api/system_display.idl
+++ b/extensions/common/api/system_display.idl
@@ -129,6 +129,10 @@ namespace system.display {
// True if this display is enabled.
boolean isEnabled;
+ // True if this display is in unified desktop mode (see documentation
+ // for <code>enableUnifiedDesktop</code>).
Devlin 2017/04/06 14:51:43 I think that $(ref:enableUnifiedDesktop) should li
stevenjb 2017/04/06 16:21:12 Done.
+ boolean isUnified;
+
// The number of pixels per inch along the x-axis.
double dpiX;
« no previous file with comments | « extensions/browser/api/system_display/display_info_provider.cc ('k') | third_party/closure_compiler/externs/system_display.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698