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

Side by Side Diff: ash/common/accessibility_delegate.h

Issue 2074913005: Convert TrayAccessibility to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webnotification
Patch Set: rebase Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.cc ('k') | ash/common/accessibility_types.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_ACCESSIBILITY_DELEGATE_H_ 5 #ifndef ASH_COMMON_ACCESSIBILITY_DELEGATE_H_
6 #define ASH_COMMON_ACCESSIBILITY_DELEGATE_H_ 6 #define ASH_COMMON_ACCESSIBILITY_DELEGATE_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/common/accessibility_types.h"
9 #include "base/time/time.h" 10 #include "base/time/time.h"
10 #include "ui/accessibility/ax_enums.h" 11 #include "ui/accessibility/ax_enums.h"
11 #include "ui/chromeos/accessibility_types.h"
12 12
13 namespace ash { 13 namespace ash {
14 14
15 // A delegate class to control and query accessibility features. 15 // A delegate class to control and query accessibility features.
16 class ASH_EXPORT AccessibilityDelegate { 16 class ASH_EXPORT AccessibilityDelegate {
17 public: 17 public:
18 virtual ~AccessibilityDelegate() {} 18 virtual ~AccessibilityDelegate() {}
19 19
20 // Invoked to toggle spoken feedback for accessibility 20 // Invoked to toggle spoken feedback for accessibility
21 virtual void ToggleSpokenFeedback( 21 virtual void ToggleSpokenFeedback(
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 virtual base::TimeDelta PlayShutdownSound() const = 0; 127 virtual base::TimeDelta PlayShutdownSound() const = 0;
128 128
129 // Forward an accessibility gesture from the touch exploration controller to 129 // Forward an accessibility gesture from the touch exploration controller to
130 // ChromeVox. 130 // ChromeVox.
131 virtual void HandleAccessibilityGesture(ui::AXGesture gesture) = 0; 131 virtual void HandleAccessibilityGesture(ui::AXGesture gesture) = 0;
132 }; 132 };
133 133
134 } // namespace ash 134 } // namespace ash
135 135
136 #endif // ASH_COMMON_ACCESSIBILITY_DELEGATE_H_ 136 #endif // ASH_COMMON_ACCESSIBILITY_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.cc ('k') | ash/common/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698