Index: chrome/browser/infobars/infobar_manager.h |
diff --git a/chrome/browser/infobars/infobar_manager.h b/chrome/browser/infobars/infobar_manager.h |
index 14bb33eb13e6f7463ab78935e85d9875399c3a04..f11768c59ae361ba20f6d35b56c36811097715bf 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): Absorb these methods back into their callers once virtual |