| Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| index 75c981a1d612876e1e4572bc3615368a045e2a00..f76373c9cbbbff3ac22ce5df51074b3136c56410 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -157,7 +157,7 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
|
|
| void set_profile(Profile* profile) { profile_ = profile; }
|
|
|
| - bool IsVisible() { return GTK_WIDGET_VISIBLE(widget()); }
|
| + bool IsVisible();
|
| void UpdateFromTabContents(TabContents* tab_contents);
|
|
|
| // Overridden from ui::AnimationDelegate:
|
| @@ -228,7 +228,7 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| preview_enabled_ = preview_enabled;
|
| }
|
|
|
| - bool IsVisible() { return GTK_WIDGET_VISIBLE(widget()); }
|
| + bool IsVisible();
|
|
|
| // Called to notify the PageAction that it should determine whether to be
|
| // visible or hidden. |contents| is the TabContents that is active, |url|
|
|
|