Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 2f3ecfae95ffdcf8e196491fdea607d5d91bca18..8d8ae0fc8c2e06ed2029400a85827c4a3dd2d235 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -789,3 +789,7 @@ void TestingProfile::DestroyWebDataService() { |
web_data_service_->Shutdown(); |
} |
+ |
+policy::HostBlacklistManager* TestingProfile::GetHostBlacklistManager() { |
+ return NULL; |
+} |