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

Unified Diff: chrome/browser/chromeos/status/feedback_menu_button.h

Issue 4154002: New statusbar images for ChromeOS (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months 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
Index: chrome/browser/chromeos/status/feedback_menu_button.h
===================================================================
--- chrome/browser/chromeos/status/feedback_menu_button.h (revision 63751)
+++ chrome/browser/chromeos/status/feedback_menu_button.h (working copy)
@@ -26,10 +26,6 @@
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 @@
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);
« no previous file with comments | « chrome/browser/chromeos/status/clock_menu_button.cc ('k') | chrome/browser/chromeos/status/feedback_menu_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698