| 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..49204d44f7fc71d9f03e067e70ec769709b312b8 100644
|
| --- a/chrome/browser/ui/translate/translate_bubble_model.h
|
| +++ b/chrome/browser/ui/translate/translate_bubble_model.h
|
| @@ -82,6 +82,9 @@ class TranslateBubbleModel {
|
| // translated into the current target language automatically.
|
| virtual bool ShouldAlwaysTranslate() const = 0;
|
|
|
| + // Returns true if the Always Translate checkbox should be checked by default.
|
| + virtual bool ShouldAlwaysTranslateBeCheckedByDefault() const = 0;
|
| +
|
| // Sets the value if the webpage in the current original language should be
|
| // translated into the current target language automatically.
|
| virtual void SetAlwaysTranslate(bool value) = 0;
|
|
|