| Index: chrome/browser/ui/translate/translate_bubble_model_impl.h
|
| diff --git a/chrome/browser/ui/translate/translate_bubble_model_impl.h b/chrome/browser/ui/translate/translate_bubble_model_impl.h
|
| index 2111c0f40485ff07f2d60a6fc571e65c6736df0f..e5d65e392460623acab32aab6b841ea7a2aad5e3 100644
|
| --- a/chrome/browser/ui/translate/translate_bubble_model_impl.h
|
| +++ b/chrome/browser/ui/translate/translate_bubble_model_impl.h
|
| @@ -23,6 +23,8 @@ class TranslateBubbleModelImpl : public TranslateBubbleModel {
|
| virtual TranslateBubbleModel::ViewState GetViewState() const OVERRIDE;
|
| virtual void SetViewState(TranslateBubbleModel::ViewState view_state)
|
| OVERRIDE;
|
| + virtual TranslateErrors::Type GetErrorType() const OVERRIDE;
|
| + virtual void SetErrorType(TranslateErrors::Type error_type) OVERRIDE;
|
| virtual void GoBackFromAdvanced() OVERRIDE;
|
| virtual int GetNumberOfLanguages() const OVERRIDE;
|
| virtual string16 GetLanguageNameAt(int index) const OVERRIDE;
|
|
|