Chromium Code Reviews| 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 6a0cd142617597f1bfc51299f574f1b295c02871..75a3b15945ca37d8bb8a23af100110882f529daf 100644 |
| --- a/chrome/browser/ui/views/location_bar/star_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/star_view.cc |
| @@ -65,14 +65,3 @@ bool StarView::OnKeyPressed(const views::KeyEvent& event) { |
| } |
| return false; |
| } |
| - |
| -void StarView::BubbleClosing(Bubble* bubble, bool closed_by_escape) { |
| -} |
| - |
| -bool StarView::CloseOnEscape() { |
| - return true; |
| -} |
| - |
| -bool StarView::FadeInOnShow() { |
| - return false; |
| -} |