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

Unified Diff: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h

Issue 8603006: Add OVERRIDE to chrome/browser/ui/cocoa/. (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
Index: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
index 8c3346b4e6d47577bb192b55448843473cf30272..8a1ed6b394d4441027bc29fd03191702e36dbcb5 100644
--- a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h
@@ -31,11 +31,11 @@ class ContentSettingDecoration : public ImageDecoration {
bool UpdateFromTabContents(TabContents* tab_contents);
// Overridden from |LocationBarDecoration|
- virtual bool AcceptsMousePress();
- virtual bool OnMousePressed(NSRect frame);
- virtual NSString* GetToolTip();
- virtual CGFloat GetWidthForSpace(CGFloat width);
- virtual void DrawInFrame(NSRect frame, NSView* control_view);
+ virtual bool AcceptsMousePress() OVERRIDE;
+ virtual bool OnMousePressed(NSRect frame) OVERRIDE;
+ virtual NSString* GetToolTip() OVERRIDE;
+ virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE;
+ virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
// Called from internal animator. Only public because ObjC objects can't
// be friends.
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/bubble_decoration.h ('k') | chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698