Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index 24d9360a6b7c578a4c5069bf0f2e85b2a42380c2..3a3f342b791d21ffc2f0372f88079ec98c7bda96 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -1347,3 +1347,8 @@ void ProfileIOData::SetCookieSettingsForTesting( |
DCHECK(!cookie_settings_.get()); |
cookie_settings_ = cookie_settings; |
} |
+ |
+policy::URLBlacklist::URLBlacklistState ProfileIOData::GetURLBlacklistState( |
+ const GURL& url) const { |
+ return url_blacklist_manager_->GetURLBlacklistState(url); |
+} |