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 10cc68c739ee6269d6cdc5ca86f4cf613133ef70..efd6eb719d218d414a5bd7735e728083b8f7838d 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -107,6 +107,7 @@ const ContentSettingsTypeNameEntry kContentSettingsTypeGroupNames[] = { |
{CONTENT_SETTINGS_TYPE_PPAPI_BROKER, "ppapi-broker"}, |
{CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS, "multiple-automatic-downloads"}, |
{CONTENT_SETTINGS_TYPE_MIDI_SYSEX, "midi-sysex"}, |
+ {CONTENT_SETTINGS_TYPE_PUSH_MESSAGING, "push-messaging"}, |
#if defined(OS_CHROMEOS) |
{CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER, "protectedContent"}, |
#endif |