Index: content/renderer/media/media_stream_dispatcher.h |
diff --git a/content/renderer/media/media_stream_dispatcher.h b/content/renderer/media/media_stream_dispatcher.h |
index 7784b4425b3684eebb2143f609827bf2bb2fd89c..b136a0eb82db92a6253a29c65c555923eafb061b 100644 |
--- a/content/renderer/media/media_stream_dispatcher.h |
+++ b/content/renderer/media/media_stream_dispatcher.h |
@@ -86,11 +86,6 @@ class CONTENT_EXPORT MediaStreamDispatcher |
// Returns an audio session_id given a label and an index. |
virtual int audio_session_id(const std::string& label, int index); |
- // Returns true if an audio input stream is currently active that was opened |
- // with audio ducking enabled. This is information is used when playing out |
- // audio so that rendered audio can be excluded from the ducking operation. |
- bool IsAudioDuckingActive() const; |
- |
protected: |
int GetNextIpcIdForTest() { return next_ipc_id_; } |
@@ -98,7 +93,6 @@ class CONTENT_EXPORT MediaStreamDispatcher |
FRIEND_TEST_ALL_PREFIXES(MediaStreamDispatcherTest, BasicVideoDevice); |
FRIEND_TEST_ALL_PREFIXES(MediaStreamDispatcherTest, TestFailure); |
FRIEND_TEST_ALL_PREFIXES(MediaStreamDispatcherTest, CancelGenerateStream); |
- FRIEND_TEST_ALL_PREFIXES(MediaStreamDispatcherTest, CheckDuckingState); |
struct Request; |