| Index: chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.h b/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| index 83571ab078eef5c5fc85b584ca2a2b66493f6753..f966cff3bbc19b2ca7150571e0f8618af212d9ac 100644
|
| --- a/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| @@ -26,6 +26,7 @@ class CollectedCookiesInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| // ConfirmInfoBarDelegate:
|
| Type GetInfoBarType() const override;
|
| + std::string GetIdentifier() const override;
|
| int GetIconId() const override;
|
| gfx::VectorIconId GetVectorIconId() const override;
|
| base::string16 GetMessageText() const override;
|
|
|