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

Unified Diff: chrome/test/data/profiles/blacklist_prefs/Preferences

Issue 2862041: Remove abonded privacy blacklist implementation. (Closed)
Patch Set: fix unit tests Created 10 years, 6 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/test/data/profiles/blacklist_prefs/Preferences
diff --git a/chrome/test/data/profiles/blacklist_prefs/Preferences b/chrome/test/data/profiles/blacklist_prefs/Preferences
deleted file mode 100644
index e63e8c36dbdf465ea96d3b57be6a856afadaa8cb..0000000000000000000000000000000000000000
--- a/chrome/test/data/profiles/blacklist_prefs/Preferences
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "profile": {
- "privacy_filter_rules": {
- "provider1": {
- "name": "Sample",
- "url": "http://www.example.com",
- "entries": [
- {
- "pattern": "@poor-security-site.com",
- "attributes": 16,
- "exception": false
- }, {
- "pattern": "@.ad-serving-place.com",
- "attributes": 2,
- "exception": false
- }, {
- "pattern": "www.site.com/anonymous/folder/@",
- "attributes": 12,
- "exception": false
- }, {
- "pattern": "www.site.com/bad/url",
- "attributes": 1,
- "exception": false
- }, {
- "pattern": "@/script?@",
- "attributes": 1,
- "exception": false
- }, {
- "pattern": "@?badparam@",
- "attributes": 1,
- "exception": false
- }, {
- "pattern": "www.site.com/bad/url/good",
- "attributes": 1,
- "exception": true
- }
- ]
- }
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698