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

Unified Diff: content/public/common/speech_recognition_error.h

Issue 1075443004: Rename from ERROR_AUDIO to ERROR_AUDIO_CAPTURE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/common/speech_recognition_error.h
diff --git a/content/public/common/speech_recognition_error.h b/content/public/common/speech_recognition_error.h
index 585144b12abe77fcf19292097709042938588997..7456a43f2046344b4e99e796e2bb8537421741ec 100644
--- a/content/public/common/speech_recognition_error.h
+++ b/content/public/common/speech_recognition_error.h
@@ -21,7 +21,7 @@ enum SpeechRecognitionErrorCode {
SPEECH_RECOGNITION_ERROR_ABORTED,
// There was an error with recording audio.
- SPEECH_RECOGNITION_ERROR_AUDIO,
+ SPEECH_RECOGNITION_ERROR_AUDIO_CAPTURE,
// There was a network error.
SPEECH_RECOGNITION_ERROR_NETWORK,

Powered by Google App Engine
This is Rietveld 408576698