| Index: chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| index 3b409b8c4e6781168210d78a45d584bffbeff668..081db02a762942b3e38be7d066a0a65d376e4dac 100644
|
| --- a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| +++ b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| @@ -25,6 +25,7 @@ class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| ObsoleteSystemInfoBarDelegate();
|
| ~ObsoleteSystemInfoBarDelegate() override;
|
|
|
| + infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
|
| base::string16 GetMessageText() const override;
|
| int GetButtons() const override;
|
| base::string16 GetLinkText() const override;
|
|
|