| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index ed8dbfb0652f14df170fddaad06485f650a7887c..ac3e1e61e3abc5c8ea1685b45c2072cdf8a0f071 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -374,13 +374,6 @@ net::SSLConfigService* OffTheRecordProfileImpl::GetSSLConfigService() {
|
| return profile_->GetSSLConfigService();
|
| }
|
|
|
| -HostContentSettingsMap* OffTheRecordProfileImpl::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* OffTheRecordProfileImpl::GetGuestManager() {
|
| #if defined(ENABLE_EXTENSIONS)
|
| return guest_view::GuestViewManager::FromBrowserContext(this);
|
|
|