summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl4
-rw-r--r--chrome/test/testing_profile.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl b/chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl
index b9dc8d2..df63d90 100644
--- a/chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl
+++ b/chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl
@@ -1,9 +1,9 @@
[Chromium::PrivacyBlacklist]
|Name: AnnoyingAds
-|URL: http://www.ads.tv
+|URL: http://www.example.com
# Block Ads by servers
-annoying.ads.tv/@ => kBlockAll
+example.com/@ => kBlockAll
# Block Ads by name
@/annoying/120x600.jpg => kBlockAll
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 37c35ea..b7f5ed8 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -145,7 +145,7 @@ class TestingProfile : public Profile {
return NULL;
}
virtual net::SSLConfigService* GetSSLConfigService() { return NULL; }
- virtual Blacklist* GetBlacklist() { return NULL; }
+ virtual BlacklistManager* GetBlacklistManager() { return NULL; }
void set_session_service(SessionService* session_service) {
session_service_ = session_service;
}