| Index: chrome/browser/views/location_bar_view.cc
|
| diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc
|
| index ff6034b6c4d585ce7242d1f792b906a56d8d0ba5..f5d354a37acc8184ac789e3c238e6fe20026f97a 100644
|
| --- a/chrome/browser/views/location_bar_view.cc
|
| +++ b/chrome/browser/views/location_bar_view.cc
|
| @@ -439,6 +439,9 @@ void LocationBarView::OnChanged() {
|
| DoLayout(false);
|
| }
|
|
|
| +void LocationBarView::OnKillFocus() {
|
| +}
|
| +
|
| void LocationBarView::OnSetFocus() {
|
| views::FocusManager* focus_manager = GetFocusManager();
|
| if (!focus_manager) {
|
|
|