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

Unified Diff: ash/shell.h

Issue 1840913002: A11y setting: mono audio UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete tray a11y hand icon view Created 4 years, 8 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
« no previous file with comments | « ash/default_accessibility_delegate.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index f6f3839ce9801c64db1964345ff2d9da275d2774..b5ec41f9f95c496fc3200ac5c693f71df0b48472 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -46,6 +46,10 @@ namespace base {
class SequencedWorkerPool;
}
+namespace chromeos {
+class AudioA11yController;
+}
+
namespace gfx {
class ImageSkia;
class Point;
@@ -548,6 +552,10 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
VirtualKeyboardController* virtual_keyboard_controller() {
return virtual_keyboard_controller_.get();
}
+
+ chromeos::AudioA11yController* audio_a11y_controller() {
+ return audio_a11y_controller_.get();
+ }
#endif // defined(OS_CHROMEOS)
ShelfModel* shelf_model() {
@@ -737,6 +745,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<LastWindowClosedLogoutReminder>
last_window_closed_logout_reminder_;
std::unique_ptr<VirtualKeyboardController> virtual_keyboard_controller_;
+ std::unique_ptr<chromeos::AudioA11yController> audio_a11y_controller_;
// Controls video output device state.
std::unique_ptr<ui::DisplayConfigurator> display_configurator_;
std::unique_ptr<DisplayColorManager> display_color_manager_;
« no previous file with comments | « ash/default_accessibility_delegate.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698