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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2810003003: MD-Settings: A11y - Label drop down menus. (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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index a747b1f373a716999d046d5b0586f9418ebb0e44..d710e8b771c90caadfabdaf21651ff99c1cd8be4 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -256,7 +256,8 @@
</template>
<template is="dom-if" route-path="/content/camera" no-search>
<settings-subpage page-title="$i18n{siteSettingsCategoryCamera}">
- <media-picker type="camera"></media-picker>
+ <media-picker label="$i18n{siteSettingsCameraLabel}" type="camera">
+ </media-picker>
<category-default-setting category="{{ContentSettingsTypes.CAMERA}}"
toggle-off-label="$i18n{siteSettingsBlocked}"
toggle-on-label=
@@ -342,7 +343,8 @@
</template>
<template is="dom-if" route-path="/content/microphone" no-search>
<settings-subpage page-title="$i18n{siteSettingsCategoryMicrophone}">
- <media-picker type="mic"></media-picker>
+ <media-picker label="$i18n{siteSettingsMicrophoneLabel}" type="mic">
+ </media-picker>
<category-default-setting category="{{ContentSettingsTypes.MIC}}"
toggle-off-label="$i18n{siteSettingsBlocked}"
toggle-on-label=

Powered by Google App Engine
This is Rietveld 408576698