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

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

Issue 10834058: [cros] Remove initial 'src' from user picture preview in options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698