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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

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
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 66667bc939def0657115d0351f0124edc081b18a..a442a2f0c0eb343df5020099b9af0b1be6cfc5be 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -462,6 +462,12 @@
file="languages_page/edit_dictionary_page.js"
type="chrome_html" />
</if>
+ <structure name="IDR_SETTINGS_MEDIA_PICKER_HTML"
+ file="site_settings/media_picker.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_MEDIA_PICKER_JS"
+ file="site_settings/media_picker.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
file="passwords_and_forms_page/passwords_and_forms_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698