Index: content/renderer/media/media_stream_audio_processor_options.h |
diff --git a/content/renderer/media/media_stream_audio_processor_options.h b/content/renderer/media/media_stream_audio_processor_options.h |
index 66476597d7f768735b58d3d8959ea9ee79207149..16f58be95050e9a3b30f3506250a6c5a8d5058cb 100644 |
--- a/content/renderer/media/media_stream_audio_processor_options.h |
+++ b/content/renderer/media/media_stream_audio_processor_options.h |
@@ -59,10 +59,6 @@ class CONTENT_EXPORT MediaAudioConstraints { |
int effects); |
virtual ~MediaAudioConstraints(); |
- // Checks if any audio constraints are set that requires audio processing to |
- // be applied. |
- bool NeedsAudioProcessing(); |
- |
// Gets the property of the constraint named by |key| in |constraints_|. |
// Returns the constraint's value if the key is found; Otherwise returns the |
// default value of the constraint. |