| Index: chrome/browser/resources/options/chromeos_system_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options/chromeos_system_options.html (revision 56142)
|
| +++ chrome/browser/resources/options/chromeos_system_options.html (working copy)
|
| @@ -1,6 +1,5 @@
|
| <div class="page hidden" id="systemPage">
|
| <h1 i18n-content="systemPage"></h1>
|
| -<!-- removed until we expose it properly from ChromeOS side
|
| <section>
|
| <h3 i18n-content="datetime_title"></h3>
|
| <table class="option-control-table">
|
| @@ -8,12 +7,11 @@
|
| <td class="option-name" i18n-content="timezone"></td>
|
| <td class="option-value">
|
| <select id="timezone-select" class="control"
|
| - pref="settings.datetime.timezone"></select>
|
| + pref="cros.system.timezone"></select>
|
| </td>
|
| </tr>
|
| </table>
|
| </section>
|
| --->
|
| <section>
|
| <h3 i18n-content="touchpad"></h3>
|
| <table class="option-control-table">
|
|
|