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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.cc

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change option_name to option-name 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: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
index 198a9abc4bb6f0da1fb61d1d07785d9a83a3311c..39cb4d1d551233a7d56895865b72e6014f8aa1fc 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
@@ -95,6 +95,26 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
bool IsAutoclickEnabled() const override { return false; }
+ void SetCaretHighlightEnabled(bool enabled) override {}
+
+ bool IsCaretHighlightEnabled() const override { return false; }
+
+ void SetCursorHighlightEnabled(bool enabled) override {}
+
+ bool IsCursorHighlightEnabled() const override { return false; }
+
+ void SetFocusHighlightEnabled(bool enabled) override {}
+
+ bool IsFocusHighlightEnabled() const override { return false; }
+
+ void SetSelectToSpeakEnabled(bool enabled) override {}
+
+ bool IsSelectToSpeakEnabled() const override { return false; }
+
+ void SetSwitchAccessEnabled(bool enabled) override {}
+
+ bool IsSwitchAccessEnabled() const override { return false; }
+
ui::MagnifierType GetMagnifierType() const override {
return ui::kDefaultMagnifierType;
}
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698