diff options
Diffstat (limited to 'chrome/browser/gtk/infobar_gtk.cc')
-rw-r--r-- | chrome/browser/gtk/infobar_gtk.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/infobar_gtk.cc b/chrome/browser/gtk/infobar_gtk.cc index e129fa9..60fa01d 100644 --- a/chrome/browser/gtk/infobar_gtk.cc +++ b/chrome/browser/gtk/infobar_gtk.cc @@ -105,6 +105,10 @@ void InfoBar::Close() { delete this; } +bool InfoBar::IsClosing() { + return slide_widget_->IsClosing(); +} + void InfoBar::RemoveInfoBar() const { container_->RemoveDelegate(delegate_); } |