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 1e30d3370b7d73e63334a2d818ca4bc49810b7d0..e844399a874121b6d7b966a39df1619426584a32 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -355,6 +355,7 @@ net::SSLConfigService* OffTheRecordProfileImpl::GetSSLConfigService() { |
} |
HostContentSettingsMap* OffTheRecordProfileImpl::GetHostContentSettingsMap() { |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
// Retrieve the host content settings map of the parent profile in order to |
// ensure the preferences have been migrated. |
profile_->GetHostContentSettingsMap(); |