| Index: components/translate/core/browser/translate_infobar_delegate.cc
|
| diff --git a/components/translate/core/browser/translate_infobar_delegate.cc b/components/translate/core/browser/translate_infobar_delegate.cc
|
| index c945a5c692d9ee1ce8b7912fdd1fc78cefc2944b..5fa42a5c705c0dbf1ac90aca3eba30477184e3d5 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.cc
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.cc
|
| @@ -28,10 +28,6 @@ namespace translate {
|
|
|
| namespace {
|
|
|
| -// Feature flag for "Translate UI Redesign" project.
|
| -const base::Feature kTranslateCompactUI{"TranslateCompactUI",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| -
|
| // Counts used to decide whether infobars should be shown.
|
| // Android and iOS implementations do not offer a drop down (for space reasons),
|
| // so we are more aggressive about showing the shortcut to never translate.
|
| @@ -52,6 +48,9 @@ const int kNeverTranslateMinCount = 3;
|
|
|
| } // namespace
|
|
|
| +const base::Feature kTranslateCompactUI{"TranslateCompactUI",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| const size_t TranslateInfoBarDelegate::kNoIndex = TranslateUIDelegate::kNoIndex;
|
|
|
| TranslateInfoBarDelegate::~TranslateInfoBarDelegate() {
|
|
|