| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 2596ef4efa4f7e01540485848f5bff4a8ced5b4c..5dccd8f7f886cf5ab826f8d103eaac639d95ad36 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -461,6 +461,10 @@ void LocationBarView::InvalidatePageActions() {
|
| }
|
| }
|
|
|
| +void LocationBarView::UpdateWebIntentsTool() {
|
| + // TODO(gbillock): implement this for views
|
| +}
|
| +
|
| void LocationBarView::OnFocus() {
|
| // Focus the view widget first which implements accessibility for
|
| // Chrome OS. It is noop on Win. This should be removed once
|
|
|