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

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: rebase and nits 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/after_translate_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a59abfbf6da4eede96172f3921a14299ec0d3876
--- 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 autodetermined_source_language_;
+
DISALLOW_COPY_AND_ASSIGN(AfterTranslateInfoBar);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/after_translate_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698