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

Unified Diff: media/audio/test_audio_input_controller_factory.cc

Issue 4661001: Simplified AudioOutputStream interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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 | « media/audio/test_audio_input_controller_factory.h ('k') | media/audio/win/audio_manager_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/test_audio_input_controller_factory.cc
diff --git a/media/audio/test_audio_input_controller_factory.cc b/media/audio/test_audio_input_controller_factory.cc
index 99980bff2d53b29576a7aa4f81ce502c2d91e079..2a2f402521f4554164cd84d20bdb66cfb13a50ac 100644
--- a/media/audio/test_audio_input_controller_factory.cc
+++ b/media/audio/test_audio_input_controller_factory.cc
@@ -25,8 +25,7 @@ TestAudioInputControllerFactory::TestAudioInputControllerFactory()
AudioInputController* TestAudioInputControllerFactory::Create(
AudioInputController::EventHandler* event_handler,
- AudioParameters params,
- int samples_per_packet) {
+ AudioParameters params) {
DCHECK(!controller_); // Only one test instance managed at a time.
controller_ = new TestAudioInputController(this, event_handler);
return controller_;
« no previous file with comments | « media/audio/test_audio_input_controller_factory.h ('k') | media/audio/win/audio_manager_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698