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

Unified Diff: mobile/android/base/resources/xml/preferences_abb_adblocking.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_adblocking.xml
diff --git a/mobile/android/base/resources/xml/preferences_abb_adblocking.xml b/mobile/android/base/resources/xml/preferences_abb_adblocking.xml
index bcba2b26fdf0f4b69028654a5083b719221af541..5cd7765b5718b8f9e777dee2ff2907d980da26eb 100644
--- a/mobile/android/base/resources/xml/preferences_abb_adblocking.xml
+++ b/mobile/android/base/resources/xml/preferences_abb_adblocking.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/abb_pref_category_adblocking"
- android:enabled="false">
+ android:title="@string/abb_pref_category_adblocking" >
<org.adblockplus.browser.SubscriptionPreferenceCategory
android:title="@string/abb_adblocking_active_languages"
android:key="android.not_a_preference.adblockbrowser.subscriptionEnabled" />

Powered by Google App Engine
This is Rietveld