| 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 2ded242fbf8f3e6a48af8d0d83706c534fdc9464..7c344de42c9bb78a83e94c76fdc2227d5a5ac805 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.h
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.h
|
| @@ -153,6 +153,17 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
|
| int GetTranslationAcceptedCount();
|
| int GetTranslationDeniedCount();
|
|
|
| + void ResetTranslationAcceptedCount();
|
| + void ResetTranslationDeniedCount();
|
| +
|
| +#if defined(OS_ANDROID)
|
| + int GetTranslationAutoAlwaysCount();
|
| + int GetTranslationAutoNeverCount();
|
| +
|
| + void IncrementTranslationAutoAlwaysCount();
|
| + void IncrementTranslationAutoNeverCount();
|
| +#endif
|
| +
|
| // The following methods are called by the infobar that displays the status
|
| // while translating and also the one displaying the error message.
|
| base::string16 GetMessageInfoBarText();
|
|
|