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 990daf5487d587a0cd3dbdabe0bc8aa3914e6e2c..301f2b8515cc14580aeec47c0a1f4d6adf63fe3d 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -180,11 +180,6 @@ const ExceptionsInfoMap& GetExceptionsInfoMap() { |
ContentSettingWithExceptions( |
true, |
UserMetricsAction("Options_DefaultPPAPIBrokerSettingChanged")))); |
- exceptions_info_map.insert(std::make_pair( |
- CONTENT_SETTINGS_TYPE_PUSH_MESSAGING, |
- ContentSettingWithExceptions( |
- true, |
- UserMetricsAction("Options_DefaultPushMessagingSettingChanged")))); |
#if defined(OS_ANDROID) || defined(OS_CHROMEOS) |
exceptions_info_map.insert(std::make_pair( |
CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER, |