X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fapp_list%2Fspeech_ui_model.h;h=aafd003f02b68c2f3cec0dfd2fd3e94522562b96;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=c89c4badbf5f6d9376fe69b39a44b8b8c6b8b1b5;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/app_list/speech_ui_model.h b/src/ui/app_list/speech_ui_model.h index c89c4ba..aafd003 100644 --- a/src/ui/app_list/speech_ui_model.h +++ b/src/ui/app_list/speech_ui_model.h @@ -17,7 +17,8 @@ namespace app_list { // SpeechUIModel provides the interface to update the UI for speech recognition. class APP_LIST_EXPORT SpeechUIModel { public: - explicit SpeechUIModel(SpeechRecognitionState initial_state); + // Construct the model, initially in state SPEECH_RECOGNITION_OFF. + SpeechUIModel(); virtual ~SpeechUIModel(); void SetSpeechResult(const base::string16& result, bool is_final);