diff options
Diffstat (limited to 'chrome/browser/chromeos/status/feedback_menu_button.h')
| -rw-r--r-- | chrome/browser/chromeos/status/feedback_menu_button.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/chromeos/status/feedback_menu_button.h b/chrome/browser/chromeos/status/feedback_menu_button.h index 9e1590b..3e7d83c 100644 --- a/chrome/browser/chromeos/status/feedback_menu_button.h +++ b/chrome/browser/chromeos/status/feedback_menu_button.h @@ -26,10 +26,6 @@ class FeedbackMenuButton : public StatusAreaButton, virtual ~FeedbackMenuButton(); private: - // StatusAreaButton implementation. - virtual void DrawPressed(gfx::Canvas* canvas); - virtual void DrawIcon(gfx::Canvas* canvas); - // views::ViewMenuDelegate implementation. virtual void RunMenu(views::View* source, const gfx::Point& pt); @@ -56,9 +52,6 @@ class FeedbackMenuButton : public StatusAreaButton, virtual void ActivatedAt(int index) {} virtual void MenuWillShow() {} - // This method will draw the |icon| in the appropriate place on the |canvas|. - void DrawFeedbackIcon(gfx::Canvas* canvas, SkBitmap icon); - StatusAreaHost* host_; DISALLOW_COPY_AND_ASSIGN(FeedbackMenuButton); |
