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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. 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>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
« no previous file with comments | « chrome/browser/resources/options/subpages_tab_controls.css ('k') | chrome/browser/resources/options2/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698