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

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

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 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 04a8a9a86214625c2ceab7f9a38ed2973d5dfd2e..fe726058803c1696355f83293d7bfd8ca38590c9 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
@@ -61,7 +61,8 @@ TEST_F(ContentSettingBubbleControllerTest, Init) {
i == CONTENT_SETTINGS_TYPE_INTENTS ||
i == CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE ||
i == CONTENT_SETTINGS_TYPE_FULLSCREEN ||
- i == CONTENT_SETTINGS_TYPE_MOUSELOCK) {
+ i == CONTENT_SETTINGS_TYPE_MOUSELOCK ||
+ i == CONTENT_SETTINGS_TYPE_MEDIASTREAM) {
// These types have no bubble.
continue;
}

Powered by Google App Engine
This is Rietveld 408576698