| Index: chrome/browser/ui/cocoa/location_bar/star_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/star_decoration.mm b/chrome/browser/ui/cocoa/location_bar/star_decoration.mm
|
| index 3fa665b3262ef6be3d24c0af0536b45c4493f6cd..5f68e1df382398569a8121b7b43fd2bd039f7b6e 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/star_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/star_decoration.mm
|
| @@ -31,6 +31,7 @@ StarDecoration::~StarDecoration() {
|
| }
|
|
|
| void StarDecoration::SetStarred(bool starred) {
|
| + starred_ = starred;
|
| const int image_id = starred ? IDR_STAR_LIT : IDR_STAR;
|
| const int tip_id = starred ? IDS_TOOLTIP_STARRED : IDS_TOOLTIP_STAR;
|
| SetImage(OmniboxViewMac::ImageForResource(image_id));
|
|
|