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

Unified Diff: content/renderer/media/webrtc_audio_device_impl.cc

Issue 10834033: Move AudioDevice and AudioInputDevice to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and fixed a few lint issues Created 8 years, 5 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/webrtc_audio_device_impl.cc
===================================================================
--- content/renderer/media/webrtc_audio_device_impl.cc (revision 148738)
+++ content/renderer/media/webrtc_audio_device_impl.cc (working copy)
@@ -423,7 +423,8 @@
// TODO(henrika): it could be possible to allow one of the directions (input
// or output) to use a non-supported rate. As an example: if only the
- // output rate is OK, we could finalize Init() and only set up an AudioDevice.
+ // output rate is OK, we could finalize Init() and only set up an
+ // AudioOutputDevice.
// Ask the browser for the default audio output hardware sample-rate.
// This request is based on a synchronous IPC message.
« no previous file with comments | « content/renderer/media/webrtc_audio_device_impl.h ('k') | content/renderer/pepper/pepper_platform_audio_output_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698