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

Unified Diff: ash/ash_switches.cc

Issue 515573002: Use active state on touch start for tray icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 87ffcc496cbd9c9366a94e606e105ff154e3dfd5..7212edca393dbb8f7c228ed11f7bfac659dad999 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -66,6 +66,13 @@ const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
// flag is removed.
const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing";
+#if defined(OS_CHROMEOS)
+// Enables additional visual feedback to touch input while the device is in
+// touch view mode.
+const char kAshEnableTouchViewTouchFeedback[] =
+ "ash-enable-touch-view-touch-feedback";
+#endif
+
// When this flag is set, system sounds will be played whether the
// ChromeVox is enabled or not.
const char kAshEnableSystemSounds[] = "ash-enable-system-sounds";

Powered by Google App Engine
This is Rietveld 408576698