| Index: content/browser/speech/speech_input_manager.h
|
| ===================================================================
|
| --- content/browser/speech/speech_input_manager.h (revision 98240)
|
| +++ content/browser/speech/speech_input_manager.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| // 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.
|
|
|