Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 2827193004: Make PrefService available in *ash (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/shell.h » ('j') | ash/shell.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/shell.h » ('j') | ash/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698