| Index: chrome/browser/host_content_settings_map.cc
|
| diff --git a/chrome/browser/host_content_settings_map.cc b/chrome/browser/host_content_settings_map.cc
|
| index e5c8bc44ce4645c7a0427efa08677243e5481dc6..cffe57ea55105746e908edb58864cd53bf05ac1e 100644
|
| --- a/chrome/browser/host_content_settings_map.cc
|
| +++ b/chrome/browser/host_content_settings_map.cc
|
| @@ -741,10 +741,6 @@ void HostContentSettingsMap::ResetToDefaults() {
|
| }
|
| }
|
|
|
| -bool HostContentSettingsMap::IsOffTheRecord() {
|
| - return profile_->IsOffTheRecord();
|
| -}
|
| -
|
| void HostContentSettingsMap::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
|
|