summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/infobar_container_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/infobar_container_gtk.h')
-rw-r--r--chrome/browser/gtk/infobar_container_gtk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/infobar_container_gtk.h b/chrome/browser/gtk/infobar_container_gtk.h
index cb81580..ba676a9 100644
--- a/chrome/browser/gtk/infobar_container_gtk.h
+++ b/chrome/browser/gtk/infobar_container_gtk.h
@@ -51,6 +51,10 @@ class InfoBarContainerGtk : public NotificationObserver {
// this process.
void UpdateInfoBars();
+ // Makes the calls to show an arrow for |delegate| (either on the browser
+ // toolbar or on the next infobar up).
+ void ShowArrowForDelegate(InfoBarDelegate* delegate, bool animate);
+
// Adds an InfoBar for the specified delegate, in response to a notification
// from the selected TabContents.
void AddInfoBar(InfoBarDelegate* delegate, bool animate);