Chromium Code Reviews| Index: ash/shell/shell_delegate_impl.h |
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h |
| index 073d3669902187316eab76f3f1ff24967b392185..7b450b31ea31171cdf4eecca76dcc217d472d8d5 100644 |
| --- a/ash/shell/shell_delegate_impl.h |
| +++ b/ash/shell/shell_delegate_impl.h |
| @@ -53,6 +53,9 @@ class ShellDelegateImpl : public ShellDelegate { |
| GPUSupport* CreateGPUSupport() override; |
| base::string16 GetProductName() const override; |
| gfx::Image GetDeprecatedAcceleratorImage() const override; |
| + bool IsTouchscreenEnabledInPrefs(bool use_local_state) const override; |
| + void SetTouchscreenEnabledInPrefs() override; |
|
Daniel Erat
2016/12/03 00:08:44
this won't compile, will it? it looks like you're
Qiang(Joe) Xu
2016/12/03 01:02:44
oops, I missed here. Compiler for chromeos and lin
|
| + void UpdateTouchscreenStatusFromPrefs() override; |
| private: |
| ShelfDelegate* shelf_delegate_; |