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

Unified Diff: content/public/browser/speech_recognition_event_listener.h

Issue 15907012: Implement SpeechRecognizerImplAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert error codes in Java, refactor *{,JNI} methods into single methods, nits Created 7 years, 6 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
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;

Powered by Google App Engine
This is Rietveld 408576698