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

Side by Side Diff: chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl

Issue 371063: Integrate BlacklistManager with Profile. (Closed)
Patch Set: trybot fixes Created 11 years 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 unified diff | Download patch
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [Chromium::PrivacyBlacklist] 1 [Chromium::PrivacyBlacklist]
2 |Name: AnnoyingAds 2 |Name: AnnoyingAds
3 |URL: http://www.ads.tv 3 |URL: http://www.example.com
4 4
5 # Block Ads by servers 5 # Block Ads by servers
6 annoying.ads.tv/@ => kBlockAll 6 example.com/@ => kBlockAll
7 7
8 # Block Ads by name 8 # Block Ads by name
9 @/annoying/120x600.jpg => kBlockAll 9 @/annoying/120x600.jpg => kBlockAll
10 10
11 # Block Ads by path 11 # Block Ads by path
12 @/annoying_ads/@ => kBlockAll 12 @/annoying_ads/@ => kBlockAll
OLDNEW
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698