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

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

Issue 884373002: Update content setting for app banners to store more information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac test failure Created 5 years, 11 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 99352b84cf7edd765fe00de578488dd4349eb0c6..65937f89a5a5e02a2628252e9bfae5efab5baa25 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
@@ -285,6 +285,7 @@ class ContentSettingBubbleWebContentsObserverBridge
// is implemented
case CONTENT_SETTINGS_TYPE_PUSH_MESSAGING:
case CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS:
+ case CONTENT_SETTINGS_TYPE_APP_BANNER:
NOTREACHED();
}
if ((self = [super initWithWindowNibPath:nibPath

Powered by Google App Engine
This is Rietveld 408576698