| 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 f9e359df537b3ea51eda3516ebd7fb488533f6fa..590d5f0f0e2cbf6d5bf3bf1a42b2bc2bc0e094ae 100644
|
| --- a/chrome/browser/host_content_settings_map.cc
|
| +++ b/chrome/browser/host_content_settings_map.cc
|
| @@ -93,6 +93,7 @@ const wchar_t*
|
| L"plugins",
|
| L"popups",
|
| NULL, // Not used for Geolocation
|
| + NULL, // Not used for Notifications
|
| };
|
|
|
| // static
|
| @@ -104,6 +105,7 @@ const ContentSetting
|
| CONTENT_SETTING_ALLOW, // CONTENT_SETTINGS_TYPE_PLUGINS
|
| CONTENT_SETTING_BLOCK, // CONTENT_SETTINGS_TYPE_POPUPS
|
| CONTENT_SETTING_ASK, // Not used for Geolocation
|
| + CONTENT_SETTING_ASK, // Not used for Notifications
|
| };
|
|
|
| HostContentSettingsMap::HostContentSettingsMap(Profile* profile)
|
|
|