| Index: chrome/browser/content_settings/host_content_settings_map.h
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
|
| index dcb48cfc899e45a81c709b8fef686da60660a3d7..bd9710ab00d0daf708ba5ff897929c0b61b5b17e 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -186,6 +186,12 @@ class HostContentSettingsMap
|
| // Returns true if the default setting for the |content_type| is managed.
|
| bool IsDefaultContentSettingManaged(ContentSettingsType content_type) const;
|
|
|
| + // Detaches the HostContentSettingsMap from all Profile-related objects like
|
| + // PrefService. This methods needs to be called before destroying the Profile.
|
| + // Afterwards, none of the methods above that should only be called on the UI
|
| + // thread should be called anymore.
|
| + void ShutdownOnUIThread();
|
| +
|
| // NotificationObserver implementation.
|
| virtual void Observe(NotificationType type,
|
| const NotificationSource& source,
|
|
|