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

Unified Diff: chrome/browser/ui/views/infobars/after_translate_infobar.h

Issue 15376008: Translate (Win): add after infobar UI for server side language detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tr_menu_enable
Patch Set: fix crash bug Created 7 years, 7 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/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);
};

Powered by Google App Engine
This is Rietveld 408576698