Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc |
index f15526f0fcad54517291b421c1a87aaad1683302..98c1758b03571be51a32ff423b8ae2ba37fedd41 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -1412,7 +1412,6 @@ void ContentSettingsHandler::SetException(const base::ListValue* args) { |
ContentSettingsType type = ContentSettingsTypeFromGroupName(type_string); |
if (type == CONTENT_SETTINGS_TYPE_GEOLOCATION || |
- type == CONTENT_SETTINGS_TYPE_NOTIFICATIONS || |
type == CONTENT_SETTINGS_TYPE_MEDIASTREAM || |
type == CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC || |
type == CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA) { |