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

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

Issue 1923143003: Implement the 2016Q2 Translate UI designe spec out in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix namespace in .h and other minor review comments Created 4 years, 8 months 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.h
diff --git a/chrome/browser/ui/translate/translate_bubble_model.h b/chrome/browser/ui/translate/translate_bubble_model.h
index 259b570780a7f74dabd0733b09a9cb45dceab6ca..1b53ebba6f8fd3eea00fb09ef67ca2c4046ae38d 100644
--- a/chrome/browser/ui/translate/translate_bubble_model.h
+++ b/chrome/browser/ui/translate/translate_bubble_model.h
@@ -37,6 +37,9 @@ class TranslateBubbleModel {
// Returns the current view state.
virtual ViewState GetViewState() const = 0;
+ // Returns the Always Translate Checked.
msw 2016/04/29 19:59:59 This comment isn't well formed, consider "Returns
ftang 2016/04/29 22:37:00 Done.
+ virtual bool GetAlwaysTranslateChecked() const = 0;
msw 2016/04/29 19:59:59 Rename this "IsAlwaysTranslateChecked" or "ShouldA
ftang 2016/04/29 22:37:00 Done.
+
// Transitions the view state.
virtual void SetViewState(ViewState view_state) = 0;

Powered by Google App Engine
This is Rietveld 408576698