| Index: components/translate/core/browser/translate_infobar_delegate.h
|
| diff --git a/components/translate/core/browser/translate_infobar_delegate.h b/components/translate/core/browser/translate_infobar_delegate.h
|
| index c0cdc37448c4579e8352a65fc8c998bebfef92b9..4466e910ea96e5fc3cbc052df4b6ebef149b82f1 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.h
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.h
|
| @@ -168,8 +168,9 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
|
| bool ShouldShowAlwaysTranslateShortcut();
|
|
|
| // Called by translate compact infobar. This check whether we should
|
| - // automatically trigger "Always Translate".
|
| + // automatically trigger "Always Translate" or "Never Translate".
|
| bool ShouldAutoAlwaysTranslate();
|
| + bool ShouldAutoNeverTranslate();
|
|
|
| #if defined(OS_IOS)
|
| // Shows the Infobar offering to never translate the language or the site.
|
|
|