| Index: chrome/browser/resources/options/chromeos_system_options.html | 
| diff --git a/chrome/browser/resources/options/chromeos_system_options.html b/chrome/browser/resources/options/chromeos_system_options.html | 
| index 00353419f9d4c37fb4d8ee95f240dacfe6e4cf49..e43b40a608dc4de63e3eb99b459abf96e1a06c2b 100644 | 
| --- a/chrome/browser/resources/options/chromeos_system_options.html | 
| +++ b/chrome/browser/resources/options/chromeos_system_options.html | 
| @@ -7,6 +7,7 @@ | 
| <td class="option-name" i18n-content="timezone"></td> | 
| <td class="option-value"> | 
| <select id="timezone-select" class="control" | 
| +             i18n-options="timezoneList" | 
| pref="cros.system.timezone"></select> | 
| </td> | 
| </tr> | 
|  |