Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1025)

Unified Diff: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed broken include Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698