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

Unified Diff: ash/system/power/power_status_view.h

Issue 10907037: Only update system power indicators on change (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | ash/system/power/power_status_view.cc » ('j') | ash/system/power/power_status_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/power/power_status_view.h
diff --git a/ash/system/power/power_status_view.h b/ash/system/power/power_status_view.h
index 340cd462bd8d8258a14f54a55192a23602cf42ce..a901413fcce9f1067440d527ac6f128f846a8fdc 100644
--- a/ash/system/power/power_status_view.h
+++ b/ash/system/power/power_status_view.h
@@ -55,6 +55,7 @@ class PowerStatusView : public views::View {
views::Label* time_status_label_;
views::ImageView* icon_;
+ int battery_image_index_;
Daniel Erat 2012/09/04 21:51:58 nit: add a comment describing what this is an inde
ViewType view_type_;
PowerSupplyStatus supply_status_;
« no previous file with comments | « no previous file | ash/system/power/power_status_view.cc » ('j') | ash/system/power/power_status_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698