Index: chrome/browser/infobars/infobar_manager.h |
diff --git a/chrome/browser/infobars/infobar_manager.h b/chrome/browser/infobars/infobar_manager.h |
index 0d862877f529978e4dba12ac00b99ac49f6b8f93..1976d0293948a005ba225d65d34145c0f7e46a27 100644 |
--- a/chrome/browser/infobars/infobar_manager.h |
+++ b/chrome/browser/infobars/infobar_manager.h |
@@ -87,6 +87,9 @@ class InfoBarManager { |
void AddObserver(Observer* obs); |
void RemoveObserver(Observer* obs); |
+ // Returns the active entry ID. |
+ virtual int GetActiveEntryID() = 0; |
+ |
protected: |
// Notifies the observer in |observer_list_|. |
// TODO(droger): make these methods non-virtual once overrides for |