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

Unified Diff: ash/default_accessibility_delegate.cc

Issue 213233003: Show a notification when a braille display is connected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 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/default_accessibility_delegate.cc
diff --git a/ash/default_accessibility_delegate.cc b/ash/default_accessibility_delegate.cc
index 975c3b6cc856cb0670e92ea1972dec68c259a660..9e8ebb27287a9d584237314cb1f10db116c521ee 100644
--- a/ash/default_accessibility_delegate.cc
+++ b/ash/default_accessibility_delegate.cc
@@ -83,6 +83,8 @@ bool DefaultAccessibilityDelegate::ShouldShowAccessibilityMenu() const {
virtual_keyboard_enabled_;
}
+bool DefaultAccessibilityDelegate::IsBrailleDisplayConnected() { return false; }
+
void DefaultAccessibilityDelegate::SilenceSpokenFeedback() const {
}

Powered by Google App Engine
This is Rietveld 408576698