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

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

Issue 1578173005: Move Autofill Payments integration checkbox to the sync settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace bool with enum in tests Created 4 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 unified diff | Download patch
OLDNEW
1 <div id="sync-setup-overlay" class="page" hidden> 1 <div id="sync-setup-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <div id="sync-setup-configure" hidden> 3 <div id="sync-setup-configure" hidden>
4 <div id="confirm-sync-preferences"> 4 <div id="confirm-sync-preferences">
5 <h1 i18n-content="confirmSyncPreferences"></h1> 5 <h1 i18n-content="confirmSyncPreferences"></h1>
6 <div id="sync-instructions-container" class="content-area"> 6 <div id="sync-instructions-container" class="content-area">
7 <span i18n-content="chooseDataTypesInstructions"></span> 7 <span i18n-content="chooseDataTypesInstructions"></span>
8 <a id="encryption-help-link" target="_blank" 8 <a id="encryption-help-link" target="_blank"
9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore">
10 </a> 10 </a>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 </div> 99 </div>
100 <div id="wifi-credentials-item" class="sync-type-checkbox checkbox "> 100 <div id="wifi-credentials-item" class="sync-type-checkbox checkbox ">
101 <label> 101 <label>
102 <input id="wifi-credentials-checkbox" type="checkbox"> 102 <input id="wifi-credentials-checkbox" type="checkbox">
103 <span i18n-content="wifiCredentials" il8n-values="title:wifiCr edentials"> 103 <span i18n-content="wifiCredentials" il8n-values="title:wifiCr edentials">
104 </span> 104 </span>
105 </label> 105 </label>
106 </div> 106 </div>
107 </div> 107 </div>
108 </div> 108 </div>
109 <div id="payments-integration-setting-area" class="checkbox">
110 <label>
111 <input id="payments-integration-checkbox" type="checkbox">
112 <span i18n-content="enablePaymentsIntegration"></span>
113 </label>
114 <a i18n-values="href:autofillHelpURL" target="_blank"
115 i18n-content="learnMore"></a>
116 </div>
109 <div id="customize-sync-encryption-new"> 117 <div id="customize-sync-encryption-new">
110 <hr> 118 <hr>
111 <h4 i18n-content="encryptionSectionTitle"></h4> 119 <h4 i18n-content="encryptionSectionTitle"></h4>
112 <div id="encryption-section-message" 120 <div id="encryption-section-message"
113 i18n-content="encryptionSectionMessage"></div> 121 i18n-content="encryptionSectionMessage"></div>
114 <div id="sync-new-encryption-section-container"> 122 <div id="sync-new-encryption-section-container">
115 <div class="radio"> 123 <div class="radio">
116 <label> 124 <label>
117 <input id="basic-encryption-option" name="encrypt-new" 125 <input id="basic-encryption-option" name="encrypt-new"
118 type="radio" value="full"> 126 type="radio" value="full">
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 </div> 237 </div>
230 </if> 238 </if>
231 </div> 239 </div>
232 <div class="action-area button-strip"> 240 <div class="action-area button-strip">
233 <button id="stop-syncing-cancel" i18n-content="cancel"> 241 <button id="stop-syncing-cancel" i18n-content="cancel">
234 <button id="stop-syncing-ok" class="default-button" 242 <button id="stop-syncing-ok" class="default-button"
235 i18n-content="stopSyncingConfirm"> 243 i18n-content="stopSyncingConfirm">
236 </div> 244 </div>
237 </div> 245 </div>
238 </div> 246 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/sync_setup_overlay.css ('k') | chrome/browser/resources/options/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698