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

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

Issue 1338003: Add test for power_menu_button. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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/power_menu_button.h
===================================================================
--- chrome/browser/chromeos/status/power_menu_button.h (revision 42551)
+++ chrome/browser/chromeos/status/power_menu_button.h (working copy)
@@ -46,6 +46,8 @@
// PowerLibrary::Observer implementation.
virtual void PowerChanged(PowerLibrary* obj);
+ const int icon_id() const { return icon_id_; }
+
protected:
// StatusAreaButton implementation.
virtual void DrawPressed(gfx::Canvas* canvas);
@@ -67,6 +69,9 @@
// The power menu.
views::Menu2 power_menu_;
+ // The currently showing icon bitmap id.
+ int icon_id_;
+
DISALLOW_COPY_AND_ASSIGN(PowerMenuButton);
};

Powered by Google App Engine
This is Rietveld 408576698