Chromium Code Reviews| Index: media/audio/audio_input_controller.cc |
| diff --git a/media/audio/audio_input_controller.cc b/media/audio/audio_input_controller.cc |
| index 6308ead59d10ed71de1c6f50587980bfcc20adbf..029b99540150b5d10d648557c13c1cfc5f3afb9e 100644 |
| --- a/media/audio/audio_input_controller.cc |
| +++ b/media/audio/audio_input_controller.cc |
| @@ -45,7 +45,7 @@ const int kTimerInitialIntervalSeconds = 5; |
| const int kPowerMeasurementTimeConstantMilliseconds = 10; |
| // Time in seconds between two successive measurements of audio power levels. |
| -const int kPowerMonitorLogIntervalSeconds = 5; |
| +const int kPowerMonitorLogIntervalSeconds = 15; |
|
Henrik Grunell
2014/09/08 10:57:24
Would it make sense to have 15 seconds to the firs
|
| #endif |
| } |