| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index ee29df26a93693a03a8873d9d649650fab9907a5..0e375737c7685cd40389f2751fed4db7eebf4e90 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3167,4 +3167,10 @@ const char kOneGoogleBarOnLocalNtpDescription[] =
|
|
|
| #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
|
|
|
| +#if defined(OS_MACOSX)
|
| +extern const char kMacRTLName[] = "Enable RTL";
|
| +extern const char kMacRTLDescription[] =
|
| + "Mirrors the UI for RTL language users";
|
| +#endif
|
| +
|
| } // namespace flag_descriptions
|
|
|