Commit 440dde16 authored by jam@chromium.org's avatar jam@chromium.org

Followup comments to r98147.

Review URL: http://codereview.chromium.org/7744028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98254 0039d316-1c4b-4281-b951-d872f2087c98
parent ca376bec
......@@ -15,6 +15,8 @@
namespace speech_input {
// This is Chrome's implementation of the SpeechInputManager interface. This
// class is a singleton and accessed via the Get method.
class ChromeSpeechInputManager : public SpeechInputManager,
public SpeechInputBubbleControllerDelegate,
public SpeechRecognizerDelegate {
......
......@@ -15,7 +15,6 @@ namespace speech_input {
// handles requests received from various render views and makes sure only one
// of them can use speech recognition at a time. It also sends recognition
// results and status events to the render views when required.
// This class is a singleton and accessed via the Get method.
class SpeechInputManager {
public:
// Implemented by the dispatcher host to relay events to the render views.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment