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

Unified Diff: chrome/android/java/res/xml/content_preferences.xml

Issue 1084423002: Split Camera and Mic into two permissions on the Site Details page (under Site Settings). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polish Created 5 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/android/java/res/xml/content_preferences.xml
diff --git a/chrome/android/java/res/xml/content_preferences.xml b/chrome/android/java/res/xml/content_preferences.xml
index 7a85047af768ef9f1643ec6fee2b96ebe3f48086..d59950b796fac41204883c515e7c916962ed9920 100644
--- a/chrome/android/java/res/xml/content_preferences.xml
+++ b/chrome/android/java/res/xml/content_preferences.xml
@@ -18,10 +18,14 @@
<Preference
android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
android:key="device_location" />
- <!-- Media -->
+ <!-- Camera -->
<Preference
android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
- android:key="use_camera_or_mic" />
+ android:key="camera" />
+ <!-- Microphone -->
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
+ android:key="microphone" />
<!-- Notifications -->
<Preference
android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"

Powered by Google App Engine
This is Rietveld 408576698