| 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 7096bd4bba944edb79ceeedd4810ed337ec910d4..ea570104922c87fdf9c61580e7429a93a1c1fba3 100644
|
| --- a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| +++ b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| @@ -27,6 +27,7 @@ class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| base::string16 GetMessageText() const override;
|
| int GetButtons() const override;
|
| base::string16 GetLinkText() const override;
|
| + GURL GetLinkURL() const override;
|
| bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ObsoleteSystemInfoBarDelegate);
|
|
|