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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/sync_options.html
===================================================================
--- chrome/browser/resources/options/sync_options.html (revision 63054)
+++ chrome/browser/resources/options/sync_options.html (working copy)
@@ -59,6 +59,14 @@
</label>
</td>
</tr>
+ <tr>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="sessions-check" pref="sync.sessions" type="checkbox">
+ <span i18n-content="syncsessions"></span>
+ </label>
+ </td>
+ </tr>
</table>
</section>
</div>
« 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