| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 2ab708808d1e70a7fc78c32db9594123f7ad7030..92161d4a9312ac7108fe284e36a8427861a49303 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/strings/string16.h"
|
|
|
| class GURL;
|
| +class PrefService;
|
|
|
| namespace gfx {
|
| class Image;
|
| @@ -121,6 +122,8 @@ class ASH_EXPORT ShellDelegate {
|
|
|
| virtual gfx::Image GetDeprecatedAcceleratorImage() const = 0;
|
|
|
| + virtual PrefService* GetActiveUserPrefService() const = 0;
|
| +
|
| // If |use_local_state| is true, returns the touchscreen status from local
|
| // state, otherwise from user prefs.
|
| virtual bool IsTouchscreenEnabledInPrefs(bool use_local_state) const = 0;
|
|
|