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

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

Issue 2868853002: Add ability to retrieve capabilities for audio input devices to MediaDevicesDispatcherHost. (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « content/renderer/media/media_devices_event_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/user_media_client_impl_unittest.cc
diff --git a/content/renderer/media/user_media_client_impl_unittest.cc b/content/renderer/media/user_media_client_impl_unittest.cc
index f0c514107dd3fa93d4e6e0d8874f1b13f350ac68..103ec7a388dbb130e203be0144cd08a285f62d4f 100644
--- a/content/renderer/media/user_media_client_impl_unittest.cc
+++ b/content/renderer/media/user_media_client_impl_unittest.cc
@@ -159,6 +159,11 @@ class MockMediaDevicesDispatcherHost
std::move(client_callback).Run(std::move(result));
}
+ void GetAudioInputCapabilities(
+ GetAudioInputCapabilitiesCallback client_callback) override {
+ NOTREACHED();
+ }
+
MOCK_METHOD2(SubscribeDeviceChangeNotifications,
void(MediaDeviceType type, uint32_t subscription_id));
MOCK_METHOD2(UnsubscribeDeviceChangeNotifications,
« no previous file with comments | « content/renderer/media/media_devices_event_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698