Chromium Code Reviews| Index: components/translate/core/browser/translate_ui_delegate.cc |
| diff --git a/components/translate/core/browser/translate_ui_delegate.cc b/components/translate/core/browser/translate_ui_delegate.cc |
| index 78fc294b871d9842d713111b72765f97d7abcedf..b092a3270ae59735c3a5d84fe3e5cba437f8cf7e 100644 |
| --- a/components/translate/core/browser/translate_ui_delegate.cc |
| +++ b/components/translate/core/browser/translate_ui_delegate.cc |
| @@ -180,6 +180,7 @@ void TranslateUIDelegate::TranslationDeclined(bool explicitly_closed) { |
| if (!translate_driver_->IsOffTheRecord()) { |
| prefs_->ResetTranslationAcceptedCount(GetOriginalLanguageCode()); |
| prefs_->IncrementTranslationDeniedCount(GetOriginalLanguageCode()); |
| + prefs_->UpdateBubbleLastClosedTime(); |
|
droger
2014/06/20 12:09:29
Nit: While we are at it, we should also change the
hajimehoshi
2014/06/24 06:17:54
Done.
|
| } |
| // Remember that the user declined the translation so as to prevent showing a |