Chromium Code Reviews| Index: ash/ash_touch_exploration_manager_chromeos.h |
| diff --git a/ash/ash_touch_exploration_manager_chromeos.h b/ash/ash_touch_exploration_manager_chromeos.h |
| index 8b2aa00018cf3be2902d51482b7a12e68cab54d3..deb11de58c35cb151391b571dd067d9d51bddc0a 100644 |
| --- a/ash/ash_touch_exploration_manager_chromeos.h |
| +++ b/ash/ash_touch_exploration_manager_chromeos.h |
| @@ -76,6 +76,7 @@ class ASH_EXPORT AshTouchExplorationManager |
| std::unique_ptr<ui::TouchAccessibilityEnabler> touch_accessibility_enabler_; |
| RootWindowController* root_window_controller_; |
| chromeos::CrasAudioHandler* audio_handler_; |
| + bool enable_chromevox_arc_support_; |
|
James Cook
2017/03/23 19:03:54
nit: const
David Tseng
2017/03/23 19:14:41
Done.
|
| DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager); |
| }; |