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

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

Issue 2785913002: [subresource_filter] Add the Content Settings UI for Android (Closed)
Patch Set: nits (trybots prev) 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/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 fc6d0e04c0679738d5234a140df7ddba8da94ddb..34e524a025af706cbdbe6a79c27a2d3bffcd908c 100644
--- a/chrome/android/java/res/xml/site_settings_preferences.xml
+++ b/chrome/android/java/res/xml/site_settings_preferences.xml
@@ -76,4 +76,8 @@
android:key="usb"
android:title="@string/website_settings_usb"
android:icon="@drawable/settings_usb" />
+ <!-- SubresourceFilter -->
+ <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
+ android:fragment="org.chromium.chrome.browser.preferences.website.SingleCategoryPreferences"
+ android:key="subresource_filter" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698