Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6621)

Unified Diff: chrome/browser/speech/speech_input_bubble.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sidebar/sidebar_manager.h ('k') | chrome/browser/speech/speech_input_bubble_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/speech_input_bubble.h
diff --git a/chrome/browser/speech/speech_input_bubble.h b/chrome/browser/speech/speech_input_bubble.h
index 8af12c95e73d08fae917c91699c4d1fc0abc4eb8..644e9952aadaf87650c1faba77235d61d159c8cd 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.
« no previous file with comments | « chrome/browser/sidebar/sidebar_manager.h ('k') | chrome/browser/speech/speech_input_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698