| Index: components/content_settings/core/browser/host_content_settings_map.h
|
| diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
|
| index 17d9e126481f3c1910ff9b54f18441a9a880663b..4c2f2a8c003303216740e890b1a66278c1344a72 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.h
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.h
|
| @@ -306,6 +306,9 @@ class HostContentSettingsMap : public content_settings::Observer,
|
| // leave in some code to remove old-format settings for a long time.
|
| void MigrateOldSettings();
|
|
|
| + // Collect UMA data about the number of exceptions.
|
| + void RecordNumberOfExceptions();
|
| +
|
| // Adds content settings for |content_type| and |resource_identifier|,
|
| // provided by |provider|, into |settings|. If |incognito| is true, adds only
|
| // the content settings which are applicable to the incognito mode and differ
|
|
|