| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 2aaa9e771c937db00867866a77fc34cc17c66fbe..18a3868dbee50a8c20a3830a2fc38443d439dea1 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -1495,6 +1495,12 @@ extern const char kPullToRefreshEffectName[];
|
| // Description of the flag for the pull-to-refresh effect.
|
| extern const char kPullToRefreshEffectDescription[];
|
|
|
| +// 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[];
|
| +
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if defined(OS_MACOSX)
|
|
|