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

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

Issue 1091253005: [Android] Update Protected Media Identifier Settings UI to reflect exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a change in prev patch 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/website_preferences.xml
diff --git a/chrome/android/java/res/xml/website_preferences.xml b/chrome/android/java/res/xml/website_preferences.xml
index 8b6564d0350b574f31bbd5599b7476a5f7c9c30d..2c3f490d2f3f0a14a5644a138aa7d480a3a99475 100644
--- a/chrome/android/java/res/xml/website_preferences.xml
+++ b/chrome/android/java/res/xml/website_preferences.xml
@@ -19,6 +19,13 @@
android:title="@string/allow_third_party_cookies_title"
android:summary="@string/allow_third_party_cookies_summary"
android:defaultValue="true" />
+ <!-- An hyperlink to explain more about Protected Media content settings. -->
+ <org.chromium.chrome.browser.preferences.HyperlinkPreference
+ android:key="protected_content_learn_more"
+ android:title="@string/learn_more"
+ android:background="?android:attr/listDivider"
+ chrome:url="@string/protected_content_learn_more_url"
+ chrome:imitateWebLink="true" />
<!-- Collapsible headers for sorting preferences. -->
<org.chromium.chrome.browser.preferences.ExpandablePreferenceGroup
android:key="blocked_group" />

Powered by Google App Engine
This is Rietveld 408576698