| 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 79eb0580cce7352686c0ced01c68a385bb0c2937..32b77afaebaadff7274337b180f4382edd418ab0 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
|
| @@ -57,7 +57,8 @@ TEST_F(ContentSettingBubbleControllerTest, Init) {
|
| for (int i = 0; i < CONTENT_SETTINGS_NUM_TYPES; ++i) {
|
| if (i == CONTENT_SETTINGS_TYPE_NOTIFICATIONS ||
|
| i == CONTENT_SETTINGS_TYPE_INTENTS ||
|
| - i == CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE) {
|
| + i == CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE ||
|
| + i == CONTENT_SETTINGS_TYPE_FULLSCREEN) {
|
| // Notifications, web intents and auto select certificate have no bubble.
|
| continue;
|
| }
|
|
|