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

Unified Diff: media/audio/test_audio_input_controller_factory.cc

Issue 663123002: Reduce power logging and UMA stats when AGC is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « media/audio/audio_input_controller.cc ('k') | no next file » | 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 4490dc9ac8406882a3a79b2cf74d68f2829131f4..cd07e20bb350c75035c1228c24ffc74a70268283 100644
--- a/media/audio/test_audio_input_controller_factory.cc
+++ b/media/audio/test_audio_input_controller_factory.cc
@@ -14,7 +14,10 @@ TestAudioInputController::TestAudioInputController(
EventHandler* event_handler,
SyncWriter* sync_writer,
UserInputMonitor* user_input_monitor)
- : AudioInputController(event_handler, sync_writer, user_input_monitor),
+ : AudioInputController(event_handler,
+ sync_writer,
+ user_input_monitor,
+ false),
audio_parameters_(audio_parameters),
factory_(factory),
event_handler_(event_handler) {
« no previous file with comments | « media/audio/audio_input_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698