Chromium Code Reviews| 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 b5c7798b02f3e2edbc4f88bce88e9b0dbe8b1256..c018e9f9cda6ef8ad71f7b89588add09fb21d0fe 100644 |
| --- a/components/content_settings/core/browser/host_content_settings_map.h |
| +++ b/components/content_settings/core/browser/host_content_settings_map.h |
| @@ -57,6 +57,7 @@ class HostContentSettingsMap : public content_settings::Observer, |
| POLICY_PROVIDER, |
| SUPERVISED_PROVIDER, |
| CUSTOM_EXTENSION_PROVIDER, |
| + NOTIFICATION_CONTENT_SETTINGS_ANDROID_PROVIDER, |
|
raymes
2017/05/17 03:13:39
nit: it's probably ok to leave out CONTENT_SETTING
awdf
2017/05/17 17:14:41
Done.
|
| PREF_PROVIDER, |
| DEFAULT_PROVIDER, |
| NUM_PROVIDER_TYPES |