Chromium Code Reviews| Index: ash/mus/shell_delegate_mus.cc |
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc |
| index f0932ce7e5b20185ee9ac052a39283b9c0774a87..c38e7b2f906cc459a7f6ca35bc0e5d4a64c30106 100644 |
| --- a/ash/mus/shell_delegate_mus.cc |
| +++ b/ash/mus/shell_delegate_mus.cc |
| @@ -155,6 +155,11 @@ gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const { |
| return gfx::Image(); |
| } |
| +PrefService* ShellDelegateMus::GetActiveUserPrefService() const { |
| + NOTIMPLEMENTED(); |
|
sky
2017/04/26 18:14:00
Shouldn't this be a NOTREACHED?
afakhry
2017/04/26 18:36:46
Yes, right. Done.
|
| + return nullptr; |
| +} |
| + |
| bool ShellDelegateMus::IsTouchscreenEnabledInPrefs(bool use_local_state) const { |
| NOTIMPLEMENTED(); |
| return true; |