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

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

Issue 2039833004: Site Settings Desktop: Implement media picker for camera/mic categories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f9829544267da1cdb1041dbf7e29daa9ceaef06..3373c22eae4fab3e470d6dc2f07850bba075f0d3 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -9,6 +9,7 @@
<link rel="import" href="/settings_shared_css.html">
<link rel="import" href="/site_settings/all_sites.html">
<link rel="import" href="/site_settings/constants.html">
+<link rel="import" href="/site_settings/media_picker.html">
<link rel="import" href="/site_settings_page/site_settings_page.html">
<if expr="use_nss_certs">
@@ -149,6 +150,7 @@
selected-site="{{selectedSite}}"
current-route="{{currentRoute}}"
category="{{ContentSettingsTypes.CAMERA}}">
+ <media-picker type="camera" class="media-picker"></media-picker>
</site-settings-category>
</settings-subpage>
</template>
@@ -216,6 +218,7 @@
selected-site="{{selectedSite}}"
current-route="{{currentRoute}}"
category="{{ContentSettingsTypes.MIC}}">
+ <media-picker type="mic" class="media-picker"></media-picker>
</site-settings-category>
</settings-subpage>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698