| 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 abccf47487b29a7816f4967ca93243c225c78eca..d895d0d4f12a799ce0e744580b4829cd0893080a 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -44,6 +44,7 @@ class PageActionWithBadgeView;
|
| class PageActionImageView;
|
| class Profile;
|
| class ScriptBubbleIconView;
|
| +class SearchTokenView;
|
| class SelectedKeywordView;
|
| class StarView;
|
| class TemplateURLService;
|
| @@ -468,6 +469,11 @@ class LocationBarView : public LocationBar,
|
| // Shown if the selected url has a corresponding keyword.
|
| KeywordHintView* keyword_hint_view_;
|
|
|
| + // View responsible for showing text "<Search provider> Search", which appears
|
| + // when omnibox replaces the URL with its query terms and there's enough space
|
| + // in omnibox.
|
| + SearchTokenView* search_token_view_;
|
| +
|
| // The content setting views.
|
| ContentSettingViews content_setting_views_;
|
|
|
|
|