| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 87ffcc496cbd9c9366a94e606e105ff154e3dfd5..d37e73a37b12e856a6f0ff59f02ba1d7ad626945 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -66,6 +66,10 @@ const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
|
| // flag is removed.
|
| const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing";
|
|
|
| +// Enables additional visual feedback to touch input.
|
| +const char kAshEnableTouchViewTouchFeedback[] =
|
| + "ash-enable-touch-view-touch-feedback";
|
| +
|
| // When this flag is set, system sounds will be played whether the
|
| // ChromeVox is enabled or not.
|
| const char kAshEnableSystemSounds[] = "ash-enable-system-sounds";
|
|
|