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

Unified Diff: chrome/browser/ui/views/toolbar_view.h

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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/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();

Powered by Google App Engine
This is Rietveld 408576698