summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm')
-rw-r--r--chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
index 50dae68..ba88a32 100644
--- a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
+++ b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm
@@ -114,18 +114,6 @@ NSImage* GetImageFromResourceID(int resourceId) {
ui::DrawNinePartImage(frame, imageIds, NSCompositeSourceOver, 1.0, true);
}
-- (NSRect)focusRingMaskBoundsForFrame:(NSRect)cellFrame inView:(NSView*)view {
- // This override won't be needed once we link with 10.8+ SDK.
- return cellFrame;
-}
-
-- (void)drawFocusRingMaskWithFrame:(NSRect)frame inView:(NSView*)view {
- // Match the bezel's shape.
- [[NSBezierPath bezierPathWithRoundedRect:NSInsetRect(frame, 2, 2)
- xRadius:2
- yRadius:2] fill];
-}
-
- (void)setIsThemedWindow:(BOOL)isThemedWindow {
isThemedWindow_ = isThemedWindow;
}