| OLD | NEW |
| 1 <if expr="not chromeos"> | 1 <if expr="not chromeos"> |
| 2 <section id="sync-section"> | 2 <section id="sync-section"> |
| 3 <h3 i18n-content="sectionTitleSync"></h3> | 3 <h3 i18n-content="sectionTitleSync"></h3> |
| 4 </if> | 4 </if> |
| 5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
| 6 <div id="sync-section"> | 6 <div id="sync-section"> |
| 7 </if> | 7 </if> |
| 8 | 8 |
| 9 <div id="sync-overview" class="settings-row" hidden> | 9 <div id="sync-overview" class="settings-row" hidden> |
| 10 <p i18n-content="syncOverview"></p> | 10 <p i18n-content="syncOverview"></p> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 class="controlled-setting-indicator" hidden> | 53 class="controlled-setting-indicator" hidden> |
| 54 </span> | 54 </span> |
| 55 <button id="customize-sync" i18n-content="customizeSync" | 55 <button id="customize-sync" i18n-content="customizeSync" |
| 56 pref="sync.managed" hidden> | 56 pref="sync.managed" hidden> |
| 57 </button> | 57 </button> |
| 58 <if expr="chromeos"> | 58 <if expr="chromeos"> |
| 59 <button id="manage-accounts-button" | 59 <button id="manage-accounts-button" |
| 60 i18n-content="manageAccountsButtonTitle"> | 60 i18n-content="manageAccountsButtonTitle"> |
| 61 </button> | 61 </button> |
| 62 </if> <!-- chromeos --> | 62 </if> <!-- chromeos --> |
| 63 <div id="enable-auto-login-checkbox" class="checkbox" hidden> | |
| 64 <label> | |
| 65 <input id="enable-auto-login" pref="autologin.enabled" | |
| 66 metric="Options_Autologin" type="checkbox"> | |
| 67 <span i18n-content="autologinEnabled"></span> | |
| 68 </label> | |
| 69 </div> | |
| 70 </div> | 63 </div> |
| 71 | 64 |
| 72 <if expr="not chromeos"> | 65 <if expr="not chromeos"> |
| 73 </section> | 66 </section> |
| 74 </if> | 67 </if> |
| 75 <if expr="chromeos"> | 68 <if expr="chromeos"> |
| 76 </div> | 69 </div> |
| 77 </if> | 70 </if> |
| OLD | NEW |