| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 31edb6abc4a716519827d89a66a2eec9ff093631..2723502afed128e23d588f9de7817857620eb39e 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -82,6 +82,9 @@ content::BrowserContext* ShellDelegateImpl::GetCurrentBrowserContext() {
|
| void ShellDelegateImpl::ToggleSpokenFeedback() {
|
| }
|
|
|
| +bool ShellDelegateImpl::IsHighContrastEnabled() {
|
| +}
|
| +
|
| ash::AppListViewDelegate* ShellDelegateImpl::CreateAppListViewDelegate() {
|
| return ash::shell::CreateAppListViewDelegate();
|
| }
|
|
|