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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.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/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698