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

Unified Diff: chrome/browser/resources/options/personal_options.html

Issue 6325016: DOMUI: Revert back to v1 sync UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
Index: chrome/browser/resources/options/personal_options.html
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index 298273ef71f13d32617e382f4fc5998480585d22..2792c38c5c1bd3e59b96d25f8a4dc4ccba498428 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -26,77 +26,11 @@
<section id="sync-section">
<h3 i18n-content="syncSection"></h3>
<div>
- <select id="sync-select" pref="sync.keep_everything_synced"
- i18n-options="syncSelectList" dataType="boolean"></select>
- <table id="sync-table">
- <tr>
- <td class="option-name">
- <label class="checkbox">
- <input id="settings-check" pref="sync.preferences"
- type="checkbox">
- <span i18n-content="syncsettings"></span>
- </label>
- </td>
- <td class="option-name">
- <label class="checkbox">
- <input id="bookmarks-check" pref="sync.bookmarks" type="checkbox">
- <span i18n-content="syncbookmarks"></span>
- </label>
- </td>
- <td class="option-name">
- <label class="checkbox">
- <input id="extensions-check" pref="sync.extensions"
- type="checkbox">
- <span i18n-content="syncextensions"></span>
- </label>
- </td>
- </tr>
- <tr>
- <td class="option-name">
- <label class="checkbox">
- <input id="autofill-check" pref="sync.autofill" type="checkbox">
- <span i18n-content="syncautofill"></span>
- </label>
- </td>
- <td class="option-name">
- <label class="checkbox">
- <input id="themes-check" pref="sync.themes" type="checkbox">
- <span i18n-content="syncthemes"></span>
- </label>
- </td>
- <td class="option-name">
- <label class="checkbox">
- <input id="apps-check" pref="sync.apps" type="checkbox">
- <span i18n-content="syncapps"></span>
- </label>
- </td>
- </tr>
- <tr>
- <td class="option-name">
- <label class="checkbox">
- <input id="typedurls-check" pref="sync.typed_urls"
- type="checkbox">
- <span i18n-content="synctypedurls"></span>
- </label>
- </td>
- <td class="option-name">
- <label class="checkbox">
- <input id="passwords-check" pref="sync.passwords" type="checkbox">
- <span i18n-content="syncpasswords"></span>
- </label>
- </td>
- <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>
<div id="sync-status" class="section-text"></div>
<button id="sync-action-link" class="link-button"></button>
- <div>
+ <div id="sync-buttons">
<button id="start-stop-sync"></button>
+ <button id="customize-sync" i18n-content="customizeSync"></button>
</div>
<a href="https://www.google.com/dashboard" id="privacy-dashboard-link"
i18n-content="privacyDashboardLink" target="_blank"></a>
« no previous file with comments | « chrome/browser/resources/options/personal_options.css ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698