| 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 b8bce01617ad21a4b9fe915ab9235a1094f513fa..fa71ebab641579adbcca71148ad0ffed73970377 100644
|
| --- a/content/public/common/speech_recognition_error.h
|
| +++ b/content/public/common/speech_recognition_error.h
|
| @@ -16,6 +16,8 @@ enum SpeechRecognitionErrorCode {
|
| SPEECH_RECOGNITION_ERROR_AUDIO,
|
| // There was a network error.
|
| SPEECH_RECOGNITION_ERROR_NETWORK,
|
| + // Not allowed for privacy or security reasons.
|
| + SPEECH_RECOGNITION_ERROR_NOT_ALLOWED,
|
| // No speech heard before timeout.
|
| SPEECH_RECOGNITION_ERROR_NO_SPEECH,
|
| // Speech was heard, but could not be interpreted.
|
|
|