| Index: media/audio/audio_input_controller.h
|
| diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h
|
| index 8a1d3fb3b0d1ddabef385bd2fa0ab6de5ec52c7b..150daa22a6116e5814ef12a7e4cec9b07dbec460 100644
|
| --- a/media/audio/audio_input_controller.h
|
| +++ b/media/audio/audio_input_controller.h
|
| @@ -285,7 +285,7 @@ class MEDIA_EXPORT AudioInputController
|
| void DoSetVolume(double volume);
|
| void DoSetAutomaticGainControl(bool enabled);
|
| void DoOnData(scoped_ptr<AudioBus> data);
|
| - void DoLogAudioLevel(float level_dbfs);
|
| + void DoLogAudioLevels(float level_dbfs, int microphone_volume_percent);
|
|
|
| // Method to check if we get recorded data after a stream was started,
|
| // and log the result to UMA.
|
|
|