Chromium Code Reviews| Index: chrome/browser/ui/views/toolbar_view.h |
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h |
| index a5a6c8e7199cd4ca2046df589bdd8d2846023557..6524db44bf868acd4363f96579da2d732365e896 100644 |
| --- a/chrome/browser/ui/views/toolbar_view.h |
| +++ b/chrome/browser/ui/views/toolbar_view.h |
| @@ -135,6 +135,10 @@ class ToolbarView : public AccessiblePaneView, |
| // standard spacing. |
| static const int kVertSpacing; |
| + // Gets a bitmap with the icon for the app menu and any overlaid notification |
| + // badge. |
| + SkBitmap GetAppMenuIcon(views::CustomButton::ButtonState state); |
|
sky
2011/05/03 18:38:32
Move implementation to match new position in heade
SteveT
2011/05/06 18:48:43
Done in .cc. Also moved this declaration up in the
|
| + |
| protected: |
| // Overridden from AccessiblePaneView |
| @@ -170,10 +174,6 @@ class ToolbarView : public AccessiblePaneView, |
| // Updates the badge on the app menu (Wrench). |
| void UpdateAppMenuBadge(); |
| - // Gets a bitmap with the icon for the app menu and any overlaid notification |
| - // badge. |
| - SkBitmap GetAppMenuIcon(views::CustomButton::ButtonState state); |
| - |
| // Gets a badge for the wrench icon corresponding to the number of |
| // unacknowledged background pages in the system. |
| SkBitmap GetBackgroundPageBadge(); |