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

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

Issue 2620073002: Adds the touch calibration setting behind a chrome switch (Closed)
Patch Set: nits Created 3 years, 11 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 bd9654f604ddcfd28183c2d3feb692548ecc6721..97d2c3c995aba90f22325625febda68dfaf5ba2c 100644
--- a/extensions/common/api/system_display.idl
+++ b/extensions/common/api/system_display.idl
@@ -157,6 +157,9 @@ namespace system.display {
// isSelected=true. Only available on Chrome OS. Will be set to an empty
// array on other platforms.
DisplayMode[] modes;
+
+ // True if this display has a touch input device associated with it.
+ boolean hasTouchSupport;
};
dictionary DisplayProperties {
« 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