| Index: chrome/browser/infobars/infobar_delegate.cc
|
| diff --git a/chrome/browser/infobars/infobar_delegate.cc b/chrome/browser/infobars/infobar_delegate.cc
|
| index 777e054166cabd02e82d5e8541384aeeeaef3743..3ac6a06ee8a17e4818f877f0b3db72830e145287 100644
|
| --- a/chrome/browser/infobars/infobar_delegate.cc
|
| +++ b/chrome/browser/infobars/infobar_delegate.cc
|
| @@ -31,10 +31,6 @@ bool InfoBarDelegate::ShouldExpire(
|
| void InfoBarDelegate::InfoBarDismissed() {
|
| }
|
|
|
| -void InfoBarDelegate::InfoBarClosed() {
|
| - delete this;
|
| -}
|
| -
|
| gfx::Image* InfoBarDelegate::GetIcon() const {
|
| return NULL;
|
| }
|
|
|