| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 9ee9a804212c0e234fb56b3e86f53960d37a069e..2c84416ebd9a1fe9c366bd3792a9726b78af0abc 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -988,13 +988,6 @@ net::SSLConfigService* ProfileImpl::GetSSLConfigService() {
|
| return ssl_config_service_manager_->Get();
|
| }
|
|
|
| -HostContentSettingsMap* ProfileImpl::GetHostContentSettingsMap() {
|
| - // TODO(peconn): Once HostContentSettingsMapFactory works for TestingProfiles
|
| - // remove Profile::GetHostContentSettingsMap and replace all references to it.
|
| - // Don't forget to remove the #include "host_content_settings_map_factory"!
|
| - return HostContentSettingsMapFactory::GetForProfile(this);
|
| -}
|
| -
|
| content::BrowserPluginGuestManager* ProfileImpl::GetGuestManager() {
|
| #if defined(ENABLE_EXTENSIONS)
|
| return guest_view::GuestViewManager::FromBrowserContext(this);
|
|
|