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

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

Issue 16286010: Removed the IsRecordingInProcess check for speech since it is not needed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unused error code and relevant resource, cleaned up include 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/common/speech_recognition_error.h
diff --git a/content/public/common/speech_recognition_error.h b/content/public/common/speech_recognition_error.h
index fa71ebab641579adbcca71148ad0ffed73970377..4ed81a748adfe9ff8ef947c89463f780389b1161 100644
--- a/content/public/common/speech_recognition_error.h
+++ b/content/public/common/speech_recognition_error.h
@@ -29,8 +29,7 @@ enum SpeechRecognitionErrorCode {
// Error details for the SPEECH_RECOGNITION_ERROR_AUDIO error.
enum SpeechAudioErrorDetails {
SPEECH_AUDIO_ERROR_DETAILS_NONE = 0,
- SPEECH_AUDIO_ERROR_DETAILS_NO_MIC,
- SPEECH_AUDIO_ERROR_DETAILS_IN_USE
+ SPEECH_AUDIO_ERROR_DETAILS_NO_MIC
};
struct CONTENT_EXPORT SpeechRecognitionError {
« no previous file with comments | « content/public/browser/speech_recognition_manager.h ('k') | content/public/test/fake_speech_recognition_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698