| Index: chrome/browser/ui/views/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/views/ash/chrome_shell_delegate.cc b/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
|
| index b52caed09c307b7fd0bbcb7bac7e6b6fd855505f..2d7a3a55eecfe85c8d676b86dacde87e7ac46186 100644
|
| --- a/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.cc
|
| @@ -214,6 +214,12 @@ void ChromeShellDelegate::ToggleSpokenFeedback() {
|
| #endif
|
| }
|
|
|
| +bool ChromeShellDelegate::IsHighContrastEnabled() {
|
| +#if defined(OS_CHROMEOS)
|
| + return chromeos::accessibility::IsHighContrastEnabled();
|
| +#endif
|
| +}
|
| +
|
| app_list::AppListViewDelegate*
|
| ChromeShellDelegate::CreateAppListViewDelegate() {
|
| // Shell will own the created delegate.
|
|
|