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

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

Issue 745953002: Revert of Enable a11y audit for chrome://settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/autofill_options_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 3d1b10706bd9ab4094ad501257e20611f0e03eba..ff039804b753463fe9f47a776ea0eb676f30d390 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -441,16 +441,12 @@
</div>
<div>
<div class="media-device-control">
- <span id="media-select-mic-label" i18n-content="mediaSelectMicLabel">
- </span>
- <select id="media-select-mic" class="weakrtl"
- aria-labelledby="media-select-mic-label"></select>
+ <span i18n-content="mediaSelectMicLabel"></span>
+ <select id="media-select-mic" class="weakrtl"></select>
</div>
<div class="media-device-control">
- <span id="media-select-camera-label"
- i18n-content="mediaSelectCameraLabel"></span>
- <select id="media-select-camera" class="weakrtl"
- aria-labelledby="media-select-camera-label"></select>
+ <span i18n-content="mediaSelectCameraLabel"></span>
+ <select id="media-select-camera" class="weakrtl"></select>
</div>
<div class="radio controlled-setting-with-label">
<label>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/autofill_options_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698