| Index: chrome/browser/ui/android/infobars/translate_compact_infobar.cc
|
| diff --git a/chrome/browser/ui/android/infobars/translate_compact_infobar.cc b/chrome/browser/ui/android/infobars/translate_compact_infobar.cc
|
| index f4013c8460613524085fb9950bd9e3f78e75886e..db83575d2667f4ea2746f808a17021f630027b9b 100644
|
| --- a/chrome/browser/ui/android/infobars/translate_compact_infobar.cc
|
| +++ b/chrome/browser/ui/android/infobars/translate_compact_infobar.cc
|
| @@ -71,7 +71,7 @@ void TranslateCompactInfoBar::ProcessButton(int action) {
|
| }
|
| } else if (action == InfoBarAndroid::ACTION_TRANSLATE_SHOW_ORIGINAL) {
|
| action_flags_ |= FLAG_REVERT;
|
| - delegate->RevertTranslation();
|
| + delegate->RevertWithoutClosingInfobar();
|
| } else if (action == InfoBarAndroid::ACTION_CANCEL) {
|
| delegate->TranslationDeclined();
|
| } else {
|
|
|