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

Unified Diff: ash/shelf/app_list_button.h

Issue 57453002: ash: Rename LauncherButtonHost to ShelfButtonHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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/shelf/alternate_app_list_button.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/app_list_button.h
diff --git a/ash/shelf/app_list_button.h b/ash/shelf/app_list_button.h
index a8c8e70e7ae1288843a42ba2e3e1dac0cd88e1ad..9b013de7e88d667ec9e1568e260ef46921a8d43f 100644
--- a/ash/shelf/app_list_button.h
+++ b/ash/shelf/app_list_button.h
@@ -10,13 +10,12 @@
namespace ash {
namespace internal {
-class LauncherButtonHost;
+class ShelfButtonHost;
-// Button used for the AppList icon on the launcher.
+// Button used for the AppList icon on the shelf.
class AppListButton : public views::ImageButton {
public:
- AppListButton(views::ButtonListener* listener,
- LauncherButtonHost* host);
+ AppListButton(views::ButtonListener* listener, ShelfButtonHost* host);
virtual ~AppListButton();
void StartLoadingAnimation();
@@ -34,7 +33,7 @@ class AppListButton : public views::ImageButton {
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
private:
- LauncherButtonHost* host_;
+ ShelfButtonHost* host_;
DISALLOW_COPY_AND_ASSIGN(AppListButton);
};
« no previous file with comments | « ash/shelf/alternate_app_list_button.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698