Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm |
index c33bc1148c45366a8c9f04d64962b4d202ed593a..9cf4c110e0acea198ca0dee35b65012290c91d40 100644 |
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm |
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm |
@@ -110,9 +110,7 @@ TEST_F(ContentSettingBubbleControllerTest, Init) { |
i == CONTENT_SETTINGS_TYPE_MEDIASTREAM || |
i == CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC || |
i == CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA || |
- i == CONTENT_SETTINGS_TYPE_PPAPI_BROKER || |
- i == CONTENT_SETTINGS_TYPE_MIDI_SYSEX || |
- i == CONTENT_SETTINGS_TYPE_PUSH_MESSAGING) { |
+ i == CONTENT_SETTINGS_TYPE_PPAPI_BROKER) { |
// These types have no bubble. |
continue; |
} |