| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 42d0adf38ae64944d3b75070ad3c5f8399f4d2b6..ffa1500b18a4a7bfdaf65d1a687c7af4581e4b9e 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -3391,6 +3391,14 @@ extern const char kLocationHardReloadName[];
|
| // a hard-reload.
|
| extern const char kLocationHardReloadDescription[];
|
|
|
| +#if defined(OS_CHROMEOS) && defined(USE_ASH)
|
| +// Name of the flag that enables system tray scale settings.
|
| +extern const char kAshEnableScaleSettingsTrayName[];
|
| +
|
| +// Description of the flag that enables system tray scale settings.
|
| +extern const char kAshEnableScaleSettingsTrayDescription[];
|
| +#endif // defined(OS_CHROMEOS) && defined(USE_ASH)
|
| +
|
| } // namespace flag_descriptions
|
|
|
| #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
|
|
|