From c52b28964090204b87634b396823c3709855079c Mon Sep 17 00:00:00 2001 From: "primiano@chromium.org" Date: Wed, 7 Mar 2012 11:01:02 +0000 Subject: Renamed speech recognition code in preparation for introducing a new speech implementation. - The general-purpose speech recognition classes (that will be needed also by future code) have been renamed to SpeechRecognition*; - The IPC Messages and dispatcher(host) classes that are only related to the current input tag (x-webkit-speech) support have been renamed to InputTagSpeech*; - The namespace has been renamed from speech_input to speech; BUG=116954 TEST= Review URL: https://chromiumcodereview.appspot.com/9568002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125378 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_message_utils.h') diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 80ce912..1a7555b 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -66,7 +66,7 @@ enum IPCMessageStart { DOMStorageMsgStart, IndexedDBMsgStart, PepperFileMsgStart, - SpeechInputMsgStart, + SpeechRecognitionMsgStart, PepperMsgStart, AutofillMsgStart, SafeBrowsingMsgStart, -- cgit v1.1