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> |
11 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore" | 11 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore" |
12 target="_blank"></a> | 12 target="_blank"></a> |
13 </div> | 13 </div> |
14 | 14 |
15 <if expr="pp_ifdef('chromeos')"> | 15 <if expr="pp_ifdef('chromeos')"> |
16 <div id="account-picture-wrapper"> | 16 <div id="account-picture-wrapper"> |
17 <img id="account-picture" | 17 <img id="account-picture"> |
18 src="chrome://theme/IDR_PROFILE_PICTURE_LOADING"> | |
19 <div id="change-picture-caption" i18n-content="changePicture"></div> | 18 <div id="change-picture-caption" i18n-content="changePicture"></div> |
20 </div> | 19 </div> |
21 <div id="sync-general"> | 20 <div id="sync-general"> |
22 </if> <!-- pp_ifdef('chromeos') --> | 21 </if> <!-- pp_ifdef('chromeos') --> |
23 | 22 |
24 <div id="sync-status" class="settings-row" hidden> | 23 <div id="sync-status" class="settings-row" hidden> |
25 <span id="sync-status-text"></span> | 24 <span id="sync-status-text"></span> |
26 <button id="sync-action-link" class="link-button"></button> | 25 <button id="sync-action-link" class="link-button"></button> |
27 </div> | 26 </div> |
28 | 27 |
(...skipping 25 matching lines...) Expand all Loading... |
54 </label> | 53 </label> |
55 </div> | 54 </div> |
56 </div> | 55 </div> |
57 | 56 |
58 <if expr="not pp_ifdef('chromeos')"> | 57 <if expr="not pp_ifdef('chromeos')"> |
59 </section> | 58 </section> |
60 </if> | 59 </if> |
61 <if expr="pp_ifdef('chromeos')"> | 60 <if expr="pp_ifdef('chromeos')"> |
62 </div> | 61 </div> |
63 </if> | 62 </if> |
OLD | NEW |