| Index: chrome/browser/ui/views/toolbar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/toolbar_view.h (revision 84869)
|
| +++ chrome/browser/ui/views/toolbar_view.h (working copy)
|
| @@ -79,6 +79,10 @@
|
| // Remove a menu listener.
|
| void RemoveMenuListener(views::MenuListener* listener);
|
|
|
| + // Gets a bitmap with the icon for the app menu and any overlaid notification
|
| + // badge.
|
| + SkBitmap GetAppMenuIcon(views::CustomButton::ButtonState state);
|
| +
|
| virtual bool GetAcceleratorInfo(int id, ui::Accelerator* accel);
|
|
|
| // Accessors...
|
| @@ -170,10 +174,6 @@
|
| // 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();
|
|
|