| Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| index 3be6638b61ca99e3b3be615781ae9702665c20fb..7237e7e40ae088375b1cc11d0b83e1023b128fbc 100644
|
| --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| @@ -43,6 +43,7 @@ class AlternateNavInfoBarDelegate : public infobars::InfoBarDelegate {
|
|
|
| // InfoBarDelegate:
|
| Type GetInfoBarType() const override;
|
| + std::string GetIdentifier() const override;
|
| int GetIconId() const override;
|
| gfx::VectorIconId GetVectorIconId() const override;
|
|
|
|
|