| Index: chrome/browser/ui/views/location_bar/zoom_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_view.cc b/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| index 7be3dc3d54e1cffd0801414f32612393fe8ae9f6..e07c7e2202e7c4333844dc03f727f71bc6b360bb 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| @@ -20,7 +20,6 @@ ZoomView::ZoomView(LocationBarView::Delegate* location_bar_delegate)
|
| : location_bar_delegate_(location_bar_delegate) {
|
| SetAccessibilityFocusable(true);
|
| Update(NULL);
|
| - LocationBarView::InitTouchableLocationBarChildView(this);
|
| }
|
|
|
| ZoomView::~ZoomView() {
|
|
|