Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1462)

Unified Diff: chrome/test/base/testing_profile.cc

Issue 1312453005: Removed Profile::GetHostContentSettingsMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed patch conflict Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | chrome/test/ppapi/ppapi_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | chrome/test/ppapi/ppapi_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698