Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8296)

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 11418229: alternate ntp: implement right-aligned search token (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-impl as tab-to-search-ui-like bubble Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698