Index: ash/launcher/app_list_button.h |
diff --git a/ash/launcher/app_list_button.h b/ash/launcher/app_list_button.h |
index ee185575772bfc9525af5a4e482ff258fb5935d6..4d2525426539e6b0c7eae74f5305385a597f56cc 100644 |
--- a/ash/launcher/app_list_button.h |
+++ b/ash/launcher/app_list_button.h |
@@ -19,6 +19,9 @@ class AppListButton : public views::ImageButton { |
LauncherButtonHost* host); |
virtual ~AppListButton(); |
+ void StartLoadingAnimation(); |
+ void StopLoadingAnimation(); |
+ |
protected: |
// View overrides: |
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; |
@@ -39,4 +42,4 @@ class AppListButton : public views::ImageButton { |
} // namespace internal |
} // namespace ash |
-#endif // ASH_LAUNCHER_LAUNCHER_BUTTON_H_ |
+#endif // ASH_LAUNCHER_APP_LIST_BUTTON_H_ |