| Index: components/translate/core/browser/translate_infobar_delegate.h
|
| diff --git a/components/translate/core/browser/translate_infobar_delegate.h b/components/translate/core/browser/translate_infobar_delegate.h
|
| index eb7427194124d6bc7806b9199ffe74410896467b..1e48a64e7cccbc9ec29470f119a16c9e9b035120 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.h
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.h
|
| @@ -29,6 +29,9 @@ class InfoBarManager;
|
|
|
| namespace translate {
|
|
|
| +// Feature flag for "Translate Compact Infobar UI" project.
|
| +extern const base::Feature kTranslateCompactUI;
|
| +
|
| class TranslateDriver;
|
| class TranslateManager;
|
|
|
|
|