| OLD | NEW |
| 1 <if expr="not pp_ifdef('chromeos')"> | 1 <if expr="not pp_ifdef('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="pp_ifdef('chromeos')"> | 5 <if expr="pp_ifdef('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 </label> | 53 </label> |
| 54 </div> | 54 </div> |
| 55 </div> | 55 </div> |
| 56 | 56 |
| 57 <if expr="not pp_ifdef('chromeos')"> | 57 <if expr="not pp_ifdef('chromeos')"> |
| 58 </section> | 58 </section> |
| 59 </if> | 59 </if> |
| 60 <if expr="pp_ifdef('chromeos')"> | 60 <if expr="pp_ifdef('chromeos')"> |
| 61 </div> | 61 </div> |
| 62 </if> | 62 </if> |
| OLD | NEW |