| Index: chrome/browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm b/chrome/browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm
|
| index 0c8b46b2af141a89e12f9e842f4e5ff39c8713c4..43de6e9d03502b47358fbe07017f878cbc3c86dd 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm
|
| @@ -41,10 +41,7 @@ const int kSidePadding = 2.0;
|
| if ([title length])
|
| [self drawTitle:title withFrame:titleRect inView:controlView];
|
|
|
| - // Only draw custom focus ring if the 10.7 focus ring APIs are not available.
|
| - // TODO(groby): Remove once we build against the 10.7 SDK.
|
| - if (![self respondsToSelector:@selector(drawFocusRingMaskWithFrame:inView:)])
|
| - [super drawFocusRingWithFrame:cellFrame inView:controlView];
|
| + [self drawFocusRingWithFrame:cellFrame inView:controlView];
|
| }
|
|
|
| @end
|
|
|