| Index: chrome/browser/ui/views/location_bar/star_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view.cc b/chrome/browser/ui/views/location_bar/star_view.cc
|
| index 886aec2de7e4cbcab2ebced43ead2fbf21cf69f1..ad1a15f6fd7d6ebf983c592d36e54a654dffe6b0 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.cc
|
| @@ -73,3 +73,7 @@ void StarView::InfoBubbleClosing(InfoBubble* info_bubble,
|
| bool StarView::CloseOnEscape() {
|
| return true;
|
| }
|
| +
|
| +bool StarView::FadeInOnShow() {
|
| + return false;
|
| +}
|
|
|