| 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..a3963bafd157506ebfd065e434a5e6c682b6a987 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.h
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.h
|
| @@ -153,6 +153,15 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
|
| int GetTranslationAcceptedCount();
|
| int GetTranslationDeniedCount();
|
|
|
| + void ResetTranslationAcceptedCount();
|
| + void ResetTranslationDeniedCount();
|
| +
|
| + int GetTranslationAutoAlwaysCount();
|
| + int GetTranslationAutoNeverCount();
|
| +
|
| + void IncrementTranslationAutoAlwaysCount();
|
| + void IncrementTranslationAutoNeverCount();
|
| +
|
| // 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();
|
|
|