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

Unified Diff: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.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_unittest.mm
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm
index 4c22de1a859c538d6562347e6a8732ee05ce2003..2d318140a467ab602c48ef93843199ddbe58cbd6 100644
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm
@@ -113,7 +113,8 @@ TEST_F(ContentSettingBubbleControllerTest, Init) {
i == CONTENT_SETTINGS_TYPE_PPAPI_BROKER ||
i == CONTENT_SETTINGS_TYPE_MIDI_SYSEX ||
i == CONTENT_SETTINGS_TYPE_PUSH_MESSAGING ||
- i == CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS) {
+ i == CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS ||
+ i == CONTENT_SETTINGS_TYPE_APP_BANNER) {
// These types have no bubble.
continue;
}

Powered by Google App Engine
This is Rietveld 408576698