| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index 152a5f732a98483d231bc88d72011acbf4041a3a..ea24fc5698991ebaab3e7954e3298df71498b058 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -46,6 +46,7 @@ class InfoBarService : public InfoBarManager,
|
| virtual ~InfoBarService();
|
|
|
| // InfoBarManager:
|
| + virtual int GetActiveEntryID() OVERRIDE;
|
| // TODO(droger): Remove these functions once infobar notifications are
|
| // removed. See http://crbug.com/354380
|
| virtual void NotifyInfoBarAdded(InfoBar* infobar) OVERRIDE;
|
|
|