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 |
- } |
- ] |
- } |
- } |
- } |
-} |