Index: chrome/browser/ui/views/infobars/after_translate_infobar.h |
diff --git a/chrome/browser/ui/views/infobars/after_translate_infobar.h b/chrome/browser/ui/views/infobars/after_translate_infobar.h |
old mode 100644 |
new mode 100755 |
index f5e7f83b107eb646c4f388fdc2df8b9267754d5a..25a249436256dc4e652d066de3ae710c439a00ba |
--- a/chrome/browser/ui/views/infobars/after_translate_infobar.h |
+++ b/chrome/browser/ui/views/infobars/after_translate_infobar.h |
@@ -56,6 +56,9 @@ class AfterTranslateInfoBar : public TranslateInfoBarBase, |
// True if the target language comes before the original one. |
bool swapped_language_buttons_; |
+ // True if the source language is expected to be determined by a server. |
+ bool translate_with_auto_; |
Peter Kasting
2013/05/22 23:30:00
I'm not sure what "translate with auto" is suppose
Takashi Toyoshima
2013/05/23 14:13:27
Done.
|
+ |
DISALLOW_COPY_AND_ASSIGN(AfterTranslateInfoBar); |
}; |