Chromium Code Reviews| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm |
| =================================================================== |
| --- chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm (revision 53182) |
| +++ chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm (working copy) |
| @@ -148,6 +148,10 @@ |
| return kCornerRadius; |
| } |
| +- (BOOL)shouldDrawBezel { |
| + return YES; |
| +} |
| + |
| - (void)clearDecorations { |
| leftDecorations_.clear(); |
| rightDecorations_.clear(); |