Chromium Code Reviews| 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> |