| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 77e21651e9400835c300e4922168b2905da84a14..389d9325c0ac8ef51e2dd0d9a5ba4c3b451a6f54 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -856,12 +856,6 @@ content::ResourceContext* TestingProfile::GetResourceContext() {
|
| return resource_context_;
|
| }
|
|
|
| -HostContentSettingsMap* TestingProfile::GetHostContentSettingsMap() {
|
| - // TODO(peconn): Get rid of this function
|
| - // Don't forget to remove the #include "host_content_settings_map_factory"!
|
| - return HostContentSettingsMapFactory::GetForProfile(this);
|
| -}
|
| -
|
| content::BrowserPluginGuestManager* TestingProfile::GetGuestManager() {
|
| #if defined(ENABLE_EXTENSIONS)
|
| return guest_view::GuestViewManager::FromBrowserContext(this);
|
|
|