Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: chrome/browser/ui/translate/translate_bubble_model_impl.h

Issue 98643003: Translate new UX: Fix the visual and behavior of 'Done' button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky's review Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/ui/translate/translate_bubble_model.h ('k') | chrome/browser/ui/translate/translate_bubble_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698