Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / public / common / speech_recognition_error_list.h
index 8bce8d6..8a9614e 100644 (file)
@@ -32,3 +32,7 @@ DEFINE_SPEECH_RECOGNITION_ERROR(NO_MATCH, 6)
 
 // There was an error in the speech recognition grammar.
 DEFINE_SPEECH_RECOGNITION_ERROR(BAD_GRAMMAR, 7)
+
+// Reports the highest value. Update when adding a new error code.
+DEFINE_SPEECH_RECOGNITION_ERROR(LAST, 7)
+