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

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

Issue 3767009: UI changes to support syncing foreign sessions. Changes were largely made to ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebased + comments Created 10 years, 2 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 | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/sync/resources/configure.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="syncPage"> 1 <div class="page hidden" id="syncPage">
2 <h1 i18n-content="syncPage"></h1> 2 <h1 i18n-content="syncPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="sync_title"></h3> 4 <h3 i18n-content="sync_title"></h3>
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td class="option-name"> 7 <td class="option-name">
8 <label class="checkbox"> 8 <label class="checkbox">
9 <input id="settings-check" pref="sync.preferences" type="checkbox"> 9 <input id="settings-check" pref="sync.preferences" type="checkbox">
10 <span i18n-content="syncsettings"></span> 10 <span i18n-content="syncsettings"></span>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <span i18n-content="synctypedurls"></span> 52 <span i18n-content="synctypedurls"></span>
53 </label> 53 </label>
54 </td> 54 </td>
55 <td class="option-name"> 55 <td class="option-name">
56 <label class="checkbox"> 56 <label class="checkbox">
57 <input id="passwords-check" pref="sync.passwords" type="checkbox"> 57 <input id="passwords-check" pref="sync.passwords" type="checkbox">
58 <span i18n-content="syncpasswords"></span> 58 <span i18n-content="syncpasswords"></span>
59 </label> 59 </label>
60 </td> 60 </td>
61 </tr> 61 </tr>
62 <tr>
63 <td class="option-name">
64 <label class="checkbox">
65 <input id="sessions-check" pref="sync.sessions" type="checkbox">
66 <span i18n-content="syncsessions"></span>
67 </label>
68 </td>
69 </tr>
62 </table> 70 </table>
63 </section> 71 </section>
64 </div> 72 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/sync/resources/configure.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698