Chromium Code Reviews| 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 557e1671b7555680ee87e9a84d1036f70f5f0b3d..ef385826add1c07da7bfcaaf1552f34549cf695f 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
| @@ -36,6 +36,7 @@ class ContentSettingImageView; |
| class EVBubbleView; |
| class ExtensionAction; |
| class GURL; |
| +class IconLabelBubbleView; |
| class InstantController; |
| class KeywordHintView; |
| class LocationIconView; |
| @@ -494,6 +495,9 @@ class LocationBarView : public LocationBar, |
| // The action box button (plus). |
| ActionBoxButtonView* action_box_button_view_; |
| + // The search bubble view with text "<Search provider> Search". |
|
Peter Kasting
2012/12/05 21:13:20
Nit: Say more about when this appears.
kuan
2012/12/11 21:10:29
Done.
|
| + IconLabelBubbleView* search_bubble_view_; |
| + |
| // The mode that dictates how the bar shows. |
| Mode mode_; |