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

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

Issue 2813273002: MD Settings: Remove leftover aria-describedby in Supervised Users 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html "> 1 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html ">
2 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa nd_button.html"> 2 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa nd_button.html">
3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 3 <link rel="import" href="chrome://resources/cr_elements/icons.html">
4 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 4 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
5 <link rel="import" href="chrome://resources/html/icon.html"> 5 <link rel="import" href="chrome://resources/html/icon.html">
6 <link rel="import" href="chrome://resources/html/polymer.html"> 6 <link rel="import" href="chrome://resources/html/polymer.html">
7 <link rel="import" href="chrome://resources/html/util.html"> 7 <link rel="import" href="chrome://resources/html/util.html">
8 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 8 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html"> 9 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html">
10 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html">
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 is="paper-icon-button-light" aria-label="$i18n{importTitle}"> 278 is="paper-icon-button-light" aria-label="$i18n{importTitle}">
279 </button> 279 </button>
280 </div> 280 </div>
281 </if> 281 </if>
282 282
283 <template is="dom-if" if="[[profileManagesSupervisedUsers_]]"> 283 <template is="dom-if" if="[[profileManagesSupervisedUsers_]]">
284 <div id="manageSupervisedUsersContainer" class="settings-box" 284 <div id="manageSupervisedUsersContainer" class="settings-box"
285 on-tap="onManageSupervisedUsers_" actionable> 285 on-tap="onManageSupervisedUsers_" actionable>
286 <div class="start">$i18n{manageSupervisedUsers}</div> 286 <div class="start">$i18n{manageSupervisedUsers}</div>
287 <button class="icon-external" is="paper-icon-button-light" 287 <button class="icon-external" is="paper-icon-button-light"
288 aria-label="$i18n{manageSupervisedUsers}" 288 aria-label="$i18n{manageSupervisedUsers}"></button>
289 aria-describedby="manageSupervisedUsersSecondary"></button>
290 </div> 289 </div>
291 </template> 290 </template>
292 </neon-animatable> 291 </neon-animatable>
293 <template is="dom-if" route-path="/syncSetup" 292 <template is="dom-if" route-path="/syncSetup"
294 no-search$="[[!isAdvancedSyncSettingsVisible_(syncStatus)]]"> 293 no-search$="[[!isAdvancedSyncSettingsVisible_(syncStatus)]]">
295 <settings-subpage 294 <settings-subpage
296 associated-control="[[$$('#sync-status')]]" 295 associated-control="[[$$('#sync-status')]]"
297 page-title="$i18n{syncPageTitle}" 296 page-title="$i18n{syncPageTitle}"
298 no-search$="[[!isAdvancedSyncSettingsVisible_(syncStatus)]]"> 297 no-search$="[[!isAdvancedSyncSettingsVisible_(syncStatus)]]">
299 <settings-sync-page></settings-sync-page> 298 <settings-sync-page></settings-sync-page>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 <if expr="chromeos"> 397 <if expr="chromeos">
399 <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]"> 398 <template is="dom-if" if="[[showEasyUnlockTurnOffDialog_]]">
400 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog" 399 <easy-unlock-turn-off-dialog id="easyUnlockTurnOffDialog"
401 on-close="onEasyUnlockTurnOffDialogClose_"> 400 on-close="onEasyUnlockTurnOffDialogClose_">
402 </easy-unlock-turn-off-dialog> 401 </easy-unlock-turn-off-dialog>
403 </template> 402 </template>
404 </if> 403 </if>
405 </template> 404 </template>
406 <script src="people_page.js"></script> 405 <script src="people_page.js"></script>
407 </dom-module> 406 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698