Chromium Code Reviews| Index: chrome/browser/ui/translate/translate_bubble_model.h |
| diff --git a/chrome/browser/ui/translate/translate_bubble_model.h b/chrome/browser/ui/translate/translate_bubble_model.h |
| index fdf5b3a1d66914c05585d4834fc2fd7fec35be38..ba5fc596271d98d986be53c96ca2be63ec2a9dcb 100644 |
| --- a/chrome/browser/ui/translate/translate_bubble_model.h |
| +++ b/chrome/browser/ui/translate/translate_bubble_model.h |
| @@ -84,6 +84,9 @@ class TranslateBubbleModel { |
| // Processes when the user declines translation. |
| virtual void TranslationDeclined() = 0; |
| + |
| + // Returns true if the page is translated in the current language pair. |
| + virtual bool IsPageTranslatedInCurrentPair() const = 0; |
|
sky
2013/12/02 21:43:58
'pair'? No where do you talk about what 'pair' mea
hajimehoshi
2013/12/03 03:26:06
Sure, I avoided to use the word 'pair'.
|
| }; |
| #endif // CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_BUBBLE_MODEL_H_ |