| 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 7169cc5921a43b56ba8f20a30f6ab7b769168f4f..c2bcb8ef83a40f697221242a762ec473d5ca89bb 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| @@ -55,6 +55,13 @@ void ChromeShellDelegate::ToggleSpokenFeedback(
|
| ash::AccessibilityNotificationVisibility notify) {
|
| }
|
|
|
| +void ChromeShellDelegate::SetLargeCursorEnabled(bool enalbed) {
|
| +}
|
| +
|
| +bool ChromeShellDelegate::IsLargeCursorEnabled() const {
|
| + return false;
|
| +}
|
| +
|
| bool ChromeShellDelegate::IsHighContrastEnabled() const {
|
| return false;
|
| }
|
|
|