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

Unified Diff: content/renderer/media/speech_recognition_audio_sink_unittest.cc

Issue 2487133003: Remove dead code related to media device enumerations and monitoring. (Closed)
Patch Set: rebase Created 4 years, 1 month 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: content/renderer/media/speech_recognition_audio_sink_unittest.cc
diff --git a/content/renderer/media/speech_recognition_audio_sink_unittest.cc b/content/renderer/media/speech_recognition_audio_sink_unittest.cc
index 9186109255a7b3650b1f21549323972ae1ff0a65..e121e8ef50d4a68fba133daf30adbc22a51ae528 100644
--- a/content/renderer/media/speech_recognition_audio_sink_unittest.cc
+++ b/content/renderer/media/speech_recognition_audio_sink_unittest.cc
@@ -407,7 +407,6 @@ TEST_F(SpeechRecognitionAudioSinkTest, CheckIsSupportedAudioTrack) {
p[MEDIA_TAB_VIDEO_CAPTURE] = false;
p[MEDIA_DESKTOP_VIDEO_CAPTURE] = false;
p[MEDIA_DESKTOP_AUDIO_CAPTURE] = false;
- p[MEDIA_DEVICE_AUDIO_OUTPUT] = false;
// Ensure this test gets updated along with |content::MediaStreamType| enum.
EXPECT_EQ(NUM_MEDIA_TYPES, p.size());
« no previous file with comments | « content/renderer/media/rtc_peer_connection_handler_unittest.cc ('k') | content/renderer/media/user_media_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698