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

Unified Diff: ash/accessibility_delegate.h

Issue 1840913002: A11y setting: mono audio UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/accessibility_delegate.h
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h
index f702c2a2e2ea5dc729d84a0f253a8f7a77958aab..b677cf9ecf424737a3bb3786de9b24ba6271f8be 100644
--- a/ash/accessibility_delegate.h
+++ b/ash/accessibility_delegate.h
@@ -59,6 +59,12 @@ class ASH_EXPORT AccessibilityDelegate {
// Returns if the a11y virtual keyboard is enabled.
virtual bool IsVirtualKeyboardEnabled() const = 0;
+ // Invoked to enable or disable the mono audio output.
+ virtual void SetMonoAudioEnabled(bool enabled) = 0;
+
+ // Returns if the mono audio output is enabled.
+ virtual bool IsMonoAudioEnabled() const = 0;
+
// Invoked to enable or disable caret highlighting.
virtual void SetCaretHighlightEnabled(bool enabled) = 0;

Powered by Google App Engine
This is Rietveld 408576698