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

Unified Diff: content/renderer/media/media_devices_event_dispatcher_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/media_devices_event_dispatcher_unittest.cc
diff --git a/content/renderer/media/media_devices_event_dispatcher_unittest.cc b/content/renderer/media/media_devices_event_dispatcher_unittest.cc
index b1ee1c3324430ba9ab8cfa160cce1d969195b33d..81d5d1e9296e5bc617f8f4417aad870bf015fbe9 100644
--- a/content/renderer/media/media_devices_event_dispatcher_unittest.cc
+++ b/content/renderer/media/media_devices_event_dispatcher_unittest.cc
@@ -56,6 +56,12 @@ class MockMediaDevicesDispatcherHost
NOTREACHED();
}
+ void GetAudioInputCapabilities(
+ const url::Origin& security_origin,
+ GetAudioInputCapabilitiesCallback client_callback) override {
+ NOTREACHED();
+ }
+
::mojom::MediaDevicesDispatcherHostPtr CreateInterfacePtrAndBind() {
return binding_.CreateInterfacePtrAndBind();
}

Powered by Google App Engine
This is Rietveld 408576698