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

Unified Diff: ash/shelf/alternate_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/launcher/launcher_button_host.h ('k') | ash/shelf/alternate_app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/alternate_app_list_button.h
diff --git a/ash/shelf/alternate_app_list_button.h b/ash/shelf/alternate_app_list_button.h
index 397b55225c48004ed2755b19255a5653aaa85b6d..1166e04ef7daf77b0deda402062182d4660b2963 100644
--- a/ash/shelf/alternate_app_list_button.h
+++ b/ash/shelf/alternate_app_list_button.h
@@ -13,19 +13,19 @@ class ShelfWidget;
namespace internal {
-class LauncherButtonHost;
+class ShelfButtonHost;
-// Button used for the AppList icon on the launcher.
-// This class is an alternate implementation to
-// ash::internal::AppListButton for the purposes of testing an
-// alternate shelf layout (see ash_switches: UseAlternateShelfLayout).
+// Button used for the AppList icon on the shelf.
+// This class is an alternate implementation to ash::internal::AppListButton
+// for the purposes of testing an alternate shelf layout
+// (see ash_switches: UseAlternateShelfLayout).
class AlternateAppListButton : public views::ImageButton {
public:
// Bounds size (inset) required for the app icon image (in pixels).
static const int kImageBoundsSize;
AlternateAppListButton(views::ButtonListener* listener,
- LauncherButtonHost* host,
+ ShelfButtonHost* host,
ShelfWidget* shelf_widget);
virtual ~AlternateAppListButton();
@@ -45,7 +45,7 @@ class AlternateAppListButton : public views::ImageButton {
virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
private:
- LauncherButtonHost* host_;
+ ShelfButtonHost* host_;
// Reference to the shelf widget containing this button, owned by the
// root window controller.
ShelfWidget* shelf_widget_;
« no previous file with comments | « ash/launcher/launcher_button_host.h ('k') | ash/shelf/alternate_app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698