| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 11935fd7fc2ca9cc6712223199db8da7c666203a..0672ef07b967d7a1f5611b69b906cd5191742c51 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -43,7 +43,6 @@ class ManagePasswordsIconView;
|
| class PageActionWithBadgeView;
|
| class PageActionImageView;
|
| class Profile;
|
| -class SearchButton;
|
| class SelectedKeywordView;
|
| class StarView;
|
| class TemplateURLService;
|
| @@ -469,9 +468,6 @@ class LocationBarView : public LocationBar,
|
| // The star.
|
| StarView* star_view_;
|
|
|
| - // The search/go button.
|
| - SearchButton* search_button_;
|
| -
|
| // Whether we're in popup mode. This value also controls whether the location
|
| // bar is read-only.
|
| const bool is_popup_mode_;
|
|
|