| Index: components/infobars/core/infobar.cc
|
| diff --git a/components/infobars/core/infobar.cc b/components/infobars/core/infobar.cc
|
| index 6e7aca747b94555f068501b295c64eb1a68af59b..91c92737fa55f943018699485556dc7e9244634b 100644
|
| --- a/components/infobars/core/infobar.cc
|
| +++ b/components/infobars/core/infobar.cc
|
| @@ -56,7 +56,6 @@ SkColor InfoBar::GetBottomColor(InfoBarDelegate::Type infobar_type) {
|
| void InfoBar::SetOwner(InfoBarManager* owner) {
|
| DCHECK(!owner_);
|
| owner_ = owner;
|
| - delegate_->StoreActiveEntryUniqueID();
|
| PlatformSpecificSetOwner();
|
| }
|
|
|
|
|