| Index: chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm
|
| index 426c4d139f407ba1020fc470672ef742e1be79c0..4621cef57ff4a237478ee67ca3b25906c1bbae71 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.mm
|
| @@ -52,10 +52,6 @@ CGFloat SelectedKeywordDecoration::GetWidthForSpace(CGFloat width) {
|
| return GetWidthForImageAndLabel(nil, partial_string_);
|
| }
|
|
|
| -ui::NinePartImageIds SelectedKeywordDecoration::GetBubbleImageIds() {
|
| - return IMAGE_GRID(IDR_OMNIBOX_SELECTED_KEYWORD_BUBBLE);
|
| -}
|
| -
|
| void SelectedKeywordDecoration::SetKeyword(const base::string16& short_name,
|
| bool is_extension_keyword) {
|
| const base::string16 min_name(
|
|
|