Index: chrome/browser/ui/gtk/location_bar_view_gtk.h |
=================================================================== |
--- chrome/browser/ui/gtk/location_bar_view_gtk.h (revision 91773) |
+++ chrome/browser/ui/gtk/location_bar_view_gtk.h (working copy) |
@@ -157,7 +157,7 @@ |
void set_profile(Profile* profile) { profile_ = profile; } |
- bool IsVisible(); |
+ bool IsVisible() { return GTK_WIDGET_VISIBLE(widget()); } |
void UpdateFromTabContents(TabContents* tab_contents); |
// Overridden from ui::AnimationDelegate: |
@@ -228,7 +228,7 @@ |
preview_enabled_ = preview_enabled; |
} |
- bool IsVisible(); |
+ bool IsVisible() { return GTK_WIDGET_VISIBLE(widget()); } |
// Called to notify the PageAction that it should determine whether to be |
// visible or hidden. |contents| is the TabContents that is active, |url| |
Property changes on: chrome/browser/ui/gtk/location_bar_view_gtk.h |
___________________________________________________________________ |
Added: svn:mergeinfo |