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

Unified Diff: components/copresence/mediums/audio/audio_recorder.cc

Issue 460373002: Remove the last piece of deprecated synchronous IO code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | content/browser/media/media_internals.cc » ('j') | media/audio/audio_parameters.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/mediums/audio/audio_recorder.cc
diff --git a/components/copresence/mediums/audio/audio_recorder.cc b/components/copresence/mediums/audio/audio_recorder.cc
index e19e3543dd1117113e7ad10535b86aeede38f0b0..f533d7765e1864f18615049f5a41f6e33032c0bc 100644
--- a/components/copresence/mediums/audio/audio_recorder.cc
+++ b/components/copresence/mediums/audio/audio_recorder.cc
@@ -101,7 +101,6 @@ void AudioRecorder::InitializeOnAudioThread() {
const media::AudioParameters dest_params(params.format(),
kDefaultChannelLayout,
kDefaultChannels,
- params.input_channels(),
kDefaultSampleRate,
kDefaultBitsPerSample,
params.frames_per_buffer(),
« no previous file with comments | « no previous file | content/browser/media/media_internals.cc » ('j') | media/audio/audio_parameters.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698