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

Unified Diff: content/renderer/media/media_stream_audio_processor_options.h

Issue 671793004: Clean up the media stream audio track code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_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 6f6526f18c8a4309a4fd4c184406321858f318a6..43d5e6a0f5dcda6293456f8bbe4814857dfe5797 100644
--- a/content/renderer/media/media_stream_audio_processor_options.h
+++ b/content/renderer/media/media_stream_audio_processor_options.h
@@ -58,10 +58,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.

Powered by Google App Engine
This is Rietveld 408576698