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 121012d83f2ad70642dc851084d62d839c30cf40..4e48afd17af6d053087f5ed5d98891e0a6acbb39 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 |
@@ -284,6 +284,7 @@ class ContentSettingBubbleWebContentsObserverBridge |
// TODO(miguelg): Remove this nib content settings support |
// is implemented |
case CONTENT_SETTINGS_TYPE_PUSH_MESSAGING: |
+ case CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS: |
NOTREACHED(); |
} |
if ((self = [super initWithWindowNibPath:nibPath |