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

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

Issue 1972963002: Site Settings Android: Move Autoplay and Protected Content to Media menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 7 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/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreferences.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/site_settings_preferences.xml
diff --git a/chrome/android/java/res/xml/site_settings_preferences.xml b/chrome/android/java/res/xml/site_settings_preferences.xml
index 96d9142ca496820295c39ccfcdad3391823f540b..3bc2041407ae71fce2dc05c9f607ae7e7f94f92b 100644
--- a/chrome/android/java/res/xml/site_settings_preferences.xml
+++ b/chrome/android/java/res/xml/site_settings_preferences.xml
@@ -62,6 +62,12 @@
android:key="language"
android:title="@string/language"
android:icon="@drawable/settings_language" />
+ <!-- Media -->
+ <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
+ android:fragment="org.chromium.chrome.browser.preferences.website.SiteSettingsPreferences"
+ android:key="media"
+ android:title="@string/media_permission_title"
+ android:icon="@drawable/settings_media" />
<!-- Storage -->
<!-- TODO(finnur): Move this over to the new Usage screen, once it exists. -->
<org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreferences.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698