Chromium Code Reviews| Index: ash/shell/shell_delegate_impl.cc |
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
| index 76e340fa4c5176516ff1e7a6f26b350e8ff5c5ff..2244212dc9a0e08118069055c751b06f86c8acf4 100644 |
| --- a/ash/shell/shell_delegate_impl.cc |
| +++ b/ash/shell/shell_delegate_impl.cc |
| @@ -265,5 +265,9 @@ gfx::Image ShellDelegateImpl::GetDeprecatedAcceleratorImage() const { |
| return gfx::Image(); |
| } |
| +bool ShellDelegateImpl::IsTouchscreenEnabled() const { |
| + return true; |
| +} |
| + |
| } // namespace shell |
| } // namespace ash |