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

Side by Side Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2812233003: MD Settings Sync: Remove secondary text from 'Manage Synced Data' link (Closed)
Patch Set: Created 3 years, 8 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 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 1 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
2 <link rel="import" href="chrome://resources/html/polymer.html"> 2 <link rel="import" href="chrome://resources/html/polymer.html">
3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11 y-keys.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11 y-keys.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap er-toggle-button.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap er-toggle-button.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape r-radio-button.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape r-radio-button.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper -radio-group.html"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper -radio-group.html">
10 <link rel="import" href="sync_browser_proxy.html"> 10 <link rel="import" href="sync_browser_proxy.html">
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 $i18n{personalizeGoogleServicesTitle} 255 $i18n{personalizeGoogleServicesTitle}
256 <div class="secondary" id="activityControlsSecondary"> 256 <div class="secondary" id="activityControlsSecondary">
257 $i18n{personalizeGoogleServicesText} 257 $i18n{personalizeGoogleServicesText}
258 </div> 258 </div>
259 </div> 259 </div>
260 <button class="icon-external" is="paper-icon-button-light" 260 <button class="icon-external" is="paper-icon-button-light"
261 aria-label="$i18n{personalizeGoogleServicesTitle}" 261 aria-label="$i18n{personalizeGoogleServicesTitle}"
262 aria-describedby="activityControlsSecondary"></button> 262 aria-describedby="activityControlsSecondary"></button>
263 </div> 263 </div>
264 264
265 <div class="settings-box two-line" actionable 265 <div class="settings-box" actionable on-tap="onManageSyncedDataTap_">
266 on-tap="onManageSyncedDataTap_">
267 <div class="start"> 266 <div class="start">
268 $i18n{manageSyncedDataTitle} 267 $i18n{manageSyncedDataTitle}
269 <div class="secondary" id="manageSyncedDataSecondary">
270 $i18n{manageSyncedDataDescription}
271 </div>
272 </div> 268 </div>
273 <button class="icon-external" is="paper-icon-button-light" 269 <button class="icon-external" is="paper-icon-button-light"
274 aria-label="$i18n{manageSyncedDataTitle}" 270 aria-label="$i18n{manageSyncedDataTitle}"
275 aria-describedby="manageSyncedDataSecondary"></button> 271 aria-describedby="manageSyncedDataSecondary"></button>
Dan Beam 2017/04/12 19:24:22 please remove aria-describedby
tommycli 2017/04/12 19:27:13 Done.
276 </div> 272 </div>
277 273
278 <div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]" 274 <div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]"
279 class="settings-box two-line single-column"> 275 class="settings-box two-line single-column">
280 <div>$i18n{encryptionOptionsTitle}</div> 276 <div>$i18n{encryptionOptionsTitle}</div>
281 <div class="secondary">$i18n{syncDataEncryptedText}</div> 277 <div class="secondary">$i18n{syncDataEncryptedText}</div>
282 </div> 278 </div>
283 279
284 <div id="encryptionRadioGroupContainer" class="list-frame" 280 <div id="encryptionRadioGroupContainer" class="list-frame"
285 hidden="[[syncPrefs.passphraseRequired]]"> 281 hidden="[[syncPrefs.passphraseRequired]]">
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 confirmation_)]]"> 330 confirmation_)]]">
335 $i18n{save} 331 $i18n{save}
336 </paper-button> 332 </paper-button>
337 </div> 333 </div>
338 </div> 334 </div>
339 </template> 335 </template>
340 </div> 336 </div>
341 </template> 337 </template>
342 <script src="sync_page.js"></script> 338 <script src="sync_page.js"></script>
343 </dom-module> 339 </dom-module>
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698