| 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_;
|
|
|
|
|