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

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: fix 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
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 e3e803f28b521dd7446867239c159a6fb4891d3b..e2b001d8e7769f15eac1e0110ed20b933727c220 100644
--- a/content/renderer/media/user_media_client_impl_unittest.cc
+++ b/content/renderer/media/user_media_client_impl_unittest.cc
@@ -161,6 +161,12 @@ class MockMediaDevicesDispatcherHost
std::move(client_callback).Run(std::move(result));
}
+ void GetAudioInputCapabilities(
+ const url::Origin& security_origin,
+ GetAudioInputCapabilitiesCallback client_callback) override {
+ NOTREACHED();
+ }
+
MOCK_METHOD3(SubscribeDeviceChangeNotifications,
void(MediaDeviceType type,
uint32_t subscription_id,

Powered by Google App Engine
This is Rietveld 408576698