| 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..1dc5058aa8feadbaaa6452226bd1cd5b3bd4b07a 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 IsPageTranslatedInCurrentPair() const OVERRIDE;
|
|
|
| private:
|
| scoped_ptr<TranslateUIDelegate> ui_delegate_;
|
|
|