Index: chrome/browser/translate/translate_infobar_delegate.h |
diff --git a/chrome/browser/translate/translate_infobar_delegate.h b/chrome/browser/translate/translate_infobar_delegate.h |
index b934d32154a2afec41c7c9d15b6b93a58a6108bc..348c3d675269e7441cf67b31ea1bd61171c50756 100644 |
--- a/chrome/browser/translate/translate_infobar_delegate.h |
+++ b/chrome/browser/translate/translate_infobar_delegate.h |
@@ -58,7 +58,7 @@ class TranslateInfoBarDelegate : public InfoBarDelegate { |
// If |replace_existing_infobar| is true, the infobar is created and added to |
// |infobar_service|, replacing any other translate infobar already present |
// there. Otherwise, the infobar will only be added if there is no other |
- // translate infobar already present. |
+ // translate infobar already present and if the infobar needs to be displayed. |
Peter Kasting
2013/07/17 18:06:19
Nit: Don't make this change; it's somewhat inaccur
|
static void Create(InfoBarService* infobar_service, |
bool replace_existing_infobar, |
Type infobar_type, |