Chromium Code Reviews| Index: content/public/browser/speech_recognition_event_listener.h |
| diff --git a/content/public/browser/speech_recognition_event_listener.h b/content/public/browser/speech_recognition_event_listener.h |
| index 986491299bb02680a8620df8bbd8ebc224bbc17d..715208fb570069d06b8fa3de40ce8f29f34188ce 100644 |
| --- a/content/public/browser/speech_recognition_event_listener.h |
| +++ b/content/public/browser/speech_recognition_event_listener.h |
| @@ -53,6 +53,8 @@ class CONTENT_EXPORT SpeechRecognitionEventListener { |
| // Informs of a change in the captured audio level, useful if displaying |
| // a microphone volume indicator while recording. |
| // The value of |volume| and |noise_volume| is in the [0.0, 1.0] range. |
| + // TODO(janx) Is this necessary? It looks like only x-webkit-speech bubble |
|
Primiano Tucci (use gerrit)
2013/06/11 13:34:51
femto-nit: colon after TODO(janx)
janx
2013/06/12 14:47:14
Done.
|
| + // uses it (see crbug.com/247351). |
| virtual void OnAudioLevelsChange(int session_id, |
| float volume, float noise_volume) = 0; |