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

Unified Diff: chrome/test/testing_profile.h

Issue 371063: Integrate BlacklistManager with Profile. (Closed)
Patch Set: trybot fixes Created 11 years, 1 month 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
« no previous file with comments | « chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 37c35ea3536dfd7a1a1872f822f68c09e21263e4..b7f5ed8f22fe9c682e93ba057f0832c69c6b0783 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;
}
« no previous file with comments | « chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698