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

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

Issue 1589021: Status area improvements:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/chromeos/status/clock_menu_button.h
===================================================================
--- chrome/browser/chromeos/status/clock_menu_button.h (revision 44004)
+++ chrome/browser/chromeos/status/clock_menu_button.h (working copy)
@@ -75,6 +75,11 @@
StatusAreaHost* host_;
+ // Variables to keep track of the max width of this view when there is 1 or 2
+ // digits in the hour time.
+ int max_width_one_digit;
+ int max_width_two_digit;
+
// Preferences for this section:
StringPrefMember timezone_;

Powered by Google App Engine
This is Rietveld 408576698