| 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 5d0a6d662b0e89874e3511bf676fc726c451148e..5fe972f339ea27c76dd33dbfcc2b6183392ed6d1 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 {
|
|
|