| 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 9435ff323d32f1946a105fce8c12f48364f49491..1a75fa797df04771db0d2e575c42856c5bcb8b0f 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -309,6 +309,7 @@ void LocationBarView::Init(views::View* popup_parent_view) {
|
| }
|
|
|
| zoom_view_ = new ZoomView(model_, delegate_);
|
| + zoom_view_->set_id(VIEW_ID_ZOOM_BUTTON);
|
| AddChildView(zoom_view_);
|
|
|
| web_intents_button_view_ =
|
|
|