| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 7b44eae4dfd83528d530e9d38c8d43e831096823..bd0c71fe15a6e3b530a8e8c8677a0c9cab099429 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -85,6 +85,9 @@ content::BrowserContext* ShellDelegateImpl::GetCurrentBrowserContext() {
|
| void ShellDelegateImpl::ToggleSpokenFeedback() {
|
| }
|
|
|
| +bool ShellDelegateImpl::IsHighContrastEnabled() {
|
| +}
|
| +
|
| app_list::AppListViewDelegate* ShellDelegateImpl::CreateAppListViewDelegate() {
|
| return ash::shell::CreateAppListViewDelegate();
|
| }
|
|
|