| 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 6ef47040465b1fcb5841fffc7cbe2b0507c604e9..280a6461687d2eefa38b145d199de73730c1ce3c 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -373,13 +373,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);
|
|
|