Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index adf8ee4ddfb9ba4def205c654b656eff735c884e..96cc87305d025efaf4f3455bc932b7681b34c3a9 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -1127,6 +1127,7 @@ net::SSLConfigService* ProfileImpl::GetSSLConfigService() { |
HostContentSettingsMap* ProfileImpl::GetHostContentSettingsMap() { |
if (!host_content_settings_map_.get()) { |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false); |
} |
return host_content_settings_map_.get(); |