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

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 1861013004: AppListController refactoring part 3: Switching over to use AppListShower in Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_ash_impl
Patch Set: Addressing review feedback. Created 4 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
Index: ash/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index a7b9f2bec1842e359f2a9c4da6e6fb89a5626107..49ec24ff7b7433579183385c3ec0ce8dd66c4b6a 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -164,7 +164,7 @@ void ShellDelegateMus::OpenUrl(const GURL& url) {
NOTIMPLEMENTED();
}
-app_list::AppListViewDelegate* ShellDelegateMus::GetAppListViewDelegate() {
+app_list::AppListShower* ShellDelegateMus::GetAppListShower() {
NOTIMPLEMENTED();
return nullptr;
}
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/shell.h » ('j') | ash/shell/shell_delegate_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698