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

Unified Diff: media/audio/test_audio_input_controller_factory.h

Issue 2665163002: Refactor AudioInputController and split stat by stream type. (Closed)
Patch Set: Compile Created 3 years, 11 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 | « media/audio/audio_input_controller_unittest.cc ('k') | media/audio/test_audio_input_controller_factory.cc » ('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.h
diff --git a/media/audio/test_audio_input_controller_factory.h b/media/audio/test_audio_input_controller_factory.h
index 90f81b7f7b490f70185c638ce26fdfe13baf62fb..2fd61abc2f78c1db99187937498634de6d08a4bf 100644
--- a/media/audio/test_audio_input_controller_factory.h
+++ b/media/audio/test_audio_input_controller_factory.h
@@ -60,7 +60,8 @@ class TestAudioInputController : public AudioInputController {
const AudioParameters& audio_parameters,
EventHandler* event_handler,
SyncWriter* sync_writer,
- UserInputMonitor* user_input_monitor);
+ UserInputMonitor* user_input_monitor,
+ StreamType type);
// Returns the event handler installed on the AudioInputController.
EventHandler* event_handler() const { return event_handler_; }
@@ -109,7 +110,8 @@ class TestAudioInputControllerFactory : public AudioInputController::Factory {
AudioManager* audio_manager,
AudioInputController::EventHandler* event_handler,
AudioParameters params,
- UserInputMonitor* user_input_monitor) override;
+ UserInputMonitor* user_input_monitor,
+ AudioInputController::StreamType type) override;
void set_delegate(TestAudioInputControllerDelegate* delegate) {
delegate_ = delegate;
« no previous file with comments | « media/audio/audio_input_controller_unittest.cc ('k') | media/audio/test_audio_input_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698