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

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

Issue 2806203004: Reorder the Subresource filter setting to be under popups (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/android/java/res/xml/site_settings_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 854d8d1e55880d2c19672c3980e65aa1e476444d..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
android:key="background_sync_permission_list" />
<org.chromium.chrome.browser.preferences.ChromeBaseListPreference
android:key="protected_media_identifier_permission_list" />
@@ -53,8 +55,6 @@
android:key="autoplay_permission_list" />
<org.chromium.chrome.browser.preferences.ChromeBaseListPreference
android:key="midi_sysex_permission_list" />
- <org.chromium.chrome.browser.preferences.ChromeBaseListPreference
- android:key="subresource_filter_permission_list" />
<org.chromium.chrome.browser.preferences.ButtonPreference
android:key="reset_site_button"
« no previous file with comments | « no previous file | chrome/android/java/res/xml/site_settings_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698