| Index: chrome/browser/ui/android/infobars/translate_infobar.cc
|
| diff --git a/chrome/browser/ui/android/infobars/translate_infobar.cc b/chrome/browser/ui/android/infobars/translate_infobar.cc
|
| index 516da32f563a0d258127c5279b87fd1485b43465..a8cd9596b9f07973b8194a9c23e63b7ee61bb601 100644
|
| --- a/chrome/browser/ui/android/infobars/translate_infobar.cc
|
| +++ b/chrome/browser/ui/android/infobars/translate_infobar.cc
|
| @@ -59,8 +59,6 @@ void TranslateInfoBar::ProcessButton(
|
| return; // We're closing; don't call anything, it might access the owner.
|
|
|
| if (action == InfoBarAndroid::ACTION_TRANSLATE) {
|
| - // Do not close the infobar upon translate since it will be replaced by a
|
| - // different one which will close this current infobar.
|
| delegate_->Translate();
|
| return;
|
| }
|
|
|