| 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..e250c90d25fb2617a6adbc5c0d1c59f31e041ce7 100644
|
| --- a/chrome/browser/ui/translate/translate_bubble_model_impl.h
|
| +++ b/chrome/browser/ui/translate/translate_bubble_model_impl.h
|
| @@ -37,6 +37,7 @@ class TranslateBubbleModelImpl : public TranslateBubbleModel {
|
| virtual void Translate() OVERRIDE;
|
| virtual void RevertTranslation() OVERRIDE;
|
| virtual void TranslationDeclined() OVERRIDE;
|
| + virtual bool IsPageTranslatedInCurrentLanguages() const OVERRIDE;
|
|
|
| private:
|
| scoped_ptr<TranslateUIDelegate> ui_delegate_;
|
|
|