| 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 04a8a9a86214625c2ceab7f9a38ed2973d5dfd2e..fe726058803c1696355f83293d7bfd8ca38590c9 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
|
| @@ -61,7 +61,8 @@ TEST_F(ContentSettingBubbleControllerTest, Init) {
|
| i == CONTENT_SETTINGS_TYPE_INTENTS ||
|
| i == CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE ||
|
| i == CONTENT_SETTINGS_TYPE_FULLSCREEN ||
|
| - i == CONTENT_SETTINGS_TYPE_MOUSELOCK) {
|
| + i == CONTENT_SETTINGS_TYPE_MOUSELOCK ||
|
| + i == CONTENT_SETTINGS_TYPE_MEDIASTREAM) {
|
| // These types have no bubble.
|
| continue;
|
| }
|
|
|