| Index: chrome/browser/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h
|
| index f1b15343fe1db2c3c65fdce15666f94160ebf7e7..c2d3617cf5d620592b1c5d53c3b22e34b14c7cc3 100644
|
| --- a/chrome/browser/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/gtk/location_bar_view_gtk.h
|
| @@ -110,6 +110,7 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| virtual void OnInputInProgress(bool in_progress);
|
| virtual SkBitmap GetFavIcon() const;
|
| virtual std::wstring GetTitle() const;
|
| + virtual bool IsKeywordHintVisible() const;
|
|
|
| // Implement the LocationBar interface.
|
| virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type);
|
|
|