| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index af517fd725314b2ce95c04fe96e2186585cc91e3..8990ca60a544a24f229b335aa569ba25a920a47a 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3213,6 +3213,9 @@ const char kOneGoogleBarOnLocalNtpDescription[] =
|
| extern const char kMacRTLName[] = "Enable RTL";
|
| extern const char kMacRTLDescription[] =
|
| "Mirrors the UI for RTL language users";
|
| +extern const char kMacTouchBarName[] = "Hardware TouchBar";
|
| +extern const char kMacTouchBarDescription[] =
|
| + "Control the use of the TouchBar.";
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|