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

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

Issue 365123003: Implement midi permissions on top of the new common permission classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_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 c33bc1148c45366a8c9f04d64962b4d202ed593a..9cf4c110e0acea198ca0dee35b65012290c91d40 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
@@ -110,9 +110,7 @@ TEST_F(ContentSettingBubbleControllerTest, Init) {
i == CONTENT_SETTINGS_TYPE_MEDIASTREAM ||
i == CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC ||
i == CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA ||
- i == CONTENT_SETTINGS_TYPE_PPAPI_BROKER ||
- i == CONTENT_SETTINGS_TYPE_MIDI_SYSEX ||
- i == CONTENT_SETTINGS_TYPE_PUSH_MESSAGING) {
+ i == CONTENT_SETTINGS_TYPE_PPAPI_BROKER) {
// These types have no bubble.
continue;
}

Powered by Google App Engine
This is Rietveld 408576698