Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: chrome/browser/resources/options2/sync_section.html

Issue 10827169: [cros] OOBE slide animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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" src="chrome://theme/IDR_PROFILE_LOADING">
18 <div id="change-picture-caption" i18n-content="changePicture"></div> 18 <div id="change-picture-caption" i18n-content="changePicture"></div>
19 </div> 19 </div>
20 <div id="sync-general"> 20 <div id="sync-general">
21 </if> <!-- pp_ifdef('chromeos') --> 21 </if> <!-- pp_ifdef('chromeos') -->
22 22
23 <div id="sync-status" class="settings-row" hidden> 23 <div id="sync-status" class="settings-row" hidden>
24 <span id="sync-status-text"></span> 24 <span id="sync-status-text"></span>
25 <button id="sync-action-link" class="link-button"></button> 25 <button id="sync-action-link" class="link-button"></button>
26 </div> 26 </div>
27 27
(...skipping 25 matching lines...) Expand all
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698