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

Unified Diff: ash/mus/shell_delegate_mus.h

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.h
diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
index c86349f7fb1b4fdd6c77cf7dfcf97cf0c0d10873..6187493414a266ccb527e0d2a9b58252e399dccd 100644
--- a/ash/mus/shell_delegate_mus.h
+++ b/ash/mus/shell_delegate_mus.h
@@ -40,7 +40,7 @@ class ShellDelegateMus : public ash::ShellDelegate {
void RemoveVirtualKeyboardStateObserver(
VirtualKeyboardStateObserver* observer) override;
void OpenUrl(const GURL& url) override;
- app_list::AppListShower* GetAppListShower() override;
+ app_list::AppListPresenter* GetAppListPresenter() override;
ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override;
ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;
ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override;
@@ -55,7 +55,7 @@ class ShellDelegateMus : public ash::ShellDelegate {
gfx::Image GetDeprecatedAcceleratorImage() const override;
private:
- std::unique_ptr<app_list::AppListShower> app_list_shower_;
+ std::unique_ptr<app_list::AppListPresenter> app_list_presenter_;
DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus);
};
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698