diff options
Diffstat (limited to 'chrome/browser/speech/speech_input_bubble.h')
| -rw-r--r-- | chrome/browser/speech/speech_input_bubble.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/speech/speech_input_bubble.h b/chrome/browser/speech/speech_input_bubble.h index 8af12c9..644e995 100644 --- a/chrome/browser/speech/speech_input_bubble.h +++ b/chrome/browser/speech/speech_input_bubble.h @@ -133,12 +133,12 @@ class SpeechInputBubbleBase : public SpeechInputBubble { virtual ~SpeechInputBubbleBase(); // SpeechInputBubble methods - virtual void SetWarmUpMode(); - virtual void SetRecordingMode(); - virtual void SetRecognizingMode(); - virtual void SetMessage(const string16& text); - virtual void SetInputVolume(float volume, float noise_volume); - virtual TabContents* tab_contents(); + virtual void SetWarmUpMode() OVERRIDE; + virtual void SetRecordingMode() OVERRIDE; + virtual void SetRecognizingMode() OVERRIDE; + virtual void SetMessage(const string16& text) OVERRIDE; + virtual void SetInputVolume(float volume, float noise_volume) OVERRIDE; + virtual TabContents* tab_contents() OVERRIDE; protected: // Updates the platform specific UI layout for the current display mode. |
