Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml

Issue 29322610: Issue 2720 - [Adblocking settings] Add the other filter lists category (Closed)
Patch Set: Last naming nit Created July 31, 2015, 9:36 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
diff --git a/mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml b/mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
index dcca3818b15a47f54cea4bcfc0bf40a4ecd867b3..4eea1b331a4b5d98f99f7ca245ec136e236ebebd 100644
--- a/mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
+++ b/mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml
@@ -1,12 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:gecko="http://schemas.android.com/apk/res-auto"
- android:title="@string/pref_category_privacy_short"
- android:enabled="false">
+ android:title="@string/pref_category_privacy_short" >
<!-- keys prefixed with "android.not_a_preference." are not synced with Gecko -->
<org.adblockplus.browser.AbpCheckBoxPreference android:key="android.not_a_preference.adblockbrowser.apiAcceptableAdsEnabled"
@@ -15,7 +10,6 @@
android:persistent="false"
android:enabled="false" />
-<!-- android:title="About Acceptable ads" -->
<PreferenceCategory android:title="@string/abb_pref_about_acceptable_ads">
<Preference android:key="android.not_a_preference.abb.aboutAcceptableAds"
android:selectable="false"

Powered by Google App Engine
This is Rietveld