| 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 f0ca7695db7db0b46f09b28010b487b9b8f6a89a..d9badc61dd89595a400b5754483fc36bff169db3 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.h
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.h
|
| @@ -156,6 +156,11 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
|
| bool ShouldShowNeverTranslateShortcut();
|
| bool ShouldShowAlwaysTranslateShortcut();
|
|
|
| +#if defined(OS_IOS)
|
| + // Shows the Infobar offering to never translate the language or the site.
|
| + void ShowNeverTranslateInfobar();
|
| +#endif
|
| +
|
| // Adds the strings that should be displayed in the after translate infobar to
|
| // |strings|. If |autodetermined_source_language| is false, the text in that
|
| // infobar is:
|
|
|