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

Unified Diff: ash/launcher/launcher_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/ash.gyp ('k') | ash/launcher/launcher_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_button.h
diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h
index dec0edcccc5e4bc08e45cc1f6610647ed24001c5..b148fedc847c19454af51b7f6058350eb74ba5b4 100644
--- a/ash/launcher/launcher_button.h
+++ b/ash/launcher/launcher_button.h
@@ -13,7 +13,7 @@
namespace ash {
namespace internal {
-class LauncherButtonHost;
+class ShelfButtonHost;
class ShelfLayoutManager;
// Button used for items on the launcher, except for the AppList.
@@ -41,7 +41,7 @@ class ASH_EXPORT LauncherButton : public views::CustomButton {
// Called to create an instance of a LauncherButton.
static LauncherButton* Create(views::ButtonListener* listener,
- LauncherButtonHost* host,
+ ShelfButtonHost* host,
ShelfLayoutManager* shelf_layout_manager);
// Sets the image to display for this entry.
@@ -70,7 +70,7 @@ class ASH_EXPORT LauncherButton : public views::CustomButton {
protected:
LauncherButton(views::ButtonListener* listener,
- LauncherButtonHost* host,
+ ShelfButtonHost* host,
ShelfLayoutManager* shelf_layout_manager);
// Class that draws the icon part of a button, so it can be animated
@@ -118,7 +118,7 @@ class ASH_EXPORT LauncherButton : public views::CustomButton {
// Override to subclass IconView.
virtual IconView* CreateIconView();
IconView* icon_view() const { return icon_view_; }
- LauncherButtonHost* host() const { return host_; }
+ ShelfButtonHost* host() const { return host_; }
private:
class BarView;
@@ -134,7 +134,7 @@ class ASH_EXPORT LauncherButton : public views::CustomButton {
// Updates the status bar (bitmap, orientation, visibility).
void UpdateBar();
- LauncherButtonHost* host_;
+ ShelfButtonHost* host_;
IconView* icon_view_;
// Draws a bar underneath the image to represent the state of the application.
BarView* bar_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698