| Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| index ab08960326129c004ce3a0926543a2dbd7f8d42d..586433fd9e76b140d2594545ad2edd64220f304b 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| @@ -140,7 +140,6 @@ NSTextField* LabelWithFrame(NSString* text, const NSRect& frame) {
|
| // These content types have no bubble:
|
| case CONTENT_SETTINGS_TYPE_DEFAULT:
|
| case CONTENT_SETTINGS_TYPE_NOTIFICATIONS:
|
| - case CONTENT_SETTINGS_TYPE_INTENTS:
|
| case CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE:
|
| case CONTENT_SETTINGS_TYPE_FULLSCREEN:
|
| case CONTENT_SETTINGS_TYPE_MOUSELOCK:
|
|
|