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 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; |