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

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

Issue 2785913002: [subresource_filter] Add the Content Settings UI for Android (Closed)
Patch Set: guard via feature list Created 3 years, 9 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/single_website_preferences.xml
diff --git a/chrome/android/java/res/xml/single_website_preferences.xml b/chrome/android/java/res/xml/single_website_preferences.xml
index c3e187afc319079a10b5dc3e208cfbd83494f482..0d171442f2f2cdf6ca0a7ef0f11c181deca750fe 100644
--- a/chrome/android/java/res/xml/single_website_preferences.xml
+++ b/chrome/android/java/res/xml/single_website_preferences.xml
@@ -46,6 +46,8 @@
<org.chromium.chrome.browser.preferences.ChromeBaseListPreference
android:key="popup_permission_list" />
<org.chromium.chrome.browser.preferences.ChromeBaseListPreference
+ android:key="subresource_filter_permission_list" />
+ <org.chromium.chrome.browser.preferences.ChromeBaseListPreference
Finnur 2017/03/31 10:22:34 On line 33 there is a link to a bug that discusses
Charlie Harrison 2017/03/31 13:21:41 I've left these as-is for now, but added palmer to
Finnur 2017/03/31 13:47:23 Since this is most-privacy-sensitive-first orderin
Charlie Harrison 2017/03/31 14:56:46 Done.
android:key="background_sync_permission_list" />
<org.chromium.chrome.browser.preferences.ChromeBaseListPreference
android:key="protected_media_identifier_permission_list" />

Powered by Google App Engine
This is Rietveld 408576698