Chromium Code Reviews| Index: chrome/browser/flag_descriptions.h |
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
| index 5671d48544f621f9acd7928057773ba886f1b322..3e18c8569520c341cdd030432a0b78fb3125fee8 100644 |
| --- a/chrome/browser/flag_descriptions.h |
| +++ b/chrome/browser/flag_descriptions.h |
| @@ -1501,6 +1501,16 @@ extern const char kTranslateNewUxDescription[]; |
| #endif // defined(OS_MACOSX) |
| +#if defined(OS_ANDROID) |
| + |
| +// Name of the flag for the translate compact infobar. |
| +extern const char kTranslateCompactUIName[]; |
| + |
| +// Description of the flag for translate compact infobar. |
| +extern const char kTranslateCompactUIDescription[]; |
| + |
|
gone
2017/05/04 01:37:07
combine with the block in 1484?
|
| +#endif // defined(OS_ANDROID) |
| + |
| // Name of the flag to enable the Translate 2016Q2 UI. |
| extern const char kTranslate2016q2UiName[]; |