| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 77312047e0d8389988cce3b29b8604179b9cb037..39467b013e34ba87d01b71d05f82bb9d3d06ecbe 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -47,6 +47,7 @@ class ShellDelegateImpl : public ShellDelegate {
|
| GPUSupport* CreateGPUSupport() override;
|
| base::string16 GetProductName() const override;
|
| gfx::Image GetDeprecatedAcceleratorImage() const override;
|
| + PrefService* GetActiveUserPrefService() const override;
|
| bool IsTouchscreenEnabledInPrefs(bool use_local_state) const override;
|
| void SetTouchscreenEnabledInPrefs(bool enabled,
|
| bool use_local_state) override;
|
|
|