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 1a2293557af964185daad0552813cf7522fc1756..b76ec57cb6ee1a51ecc4c500e7765894d686e94e 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 |
@@ -281,9 +281,6 @@ class ContentSettingBubbleWebContentsObserverBridge |
case CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC: |
case CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA: |
case CONTENT_SETTINGS_NUM_TYPES: |
- // TODO(miguelg): Remove this when bubble support is implemented |
- case CONTENT_SETTINGS_TYPE_PUSH_MESSAGING: |
- NOTREACHED(); |
} |
if ((self = [super initWithWindowNibPath:nibPath |
parentWindow:parentWindow |