| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b7e178325b12e5805142552d22af34ba037e75bf..78e477e54c83394fe3d81c3e035fda3bbe319ef6 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2397,6 +2397,16 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(switches::kEnableWebRtcDtls12)
|
| },
|
| #endif
|
| +#if defined(OS_MACOSX)
|
| + {
|
| + "app-info-dialog",
|
| + IDS_FLAGS_APP_INFO_DIALOG_NAME,
|
| + IDS_FLAGS_APP_INFO_DIALOG_DESCRIPTION,
|
| + kOsMac,
|
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAppInfoDialogMac,
|
| + switches::kDisableAppInfoDialogMac)
|
| + },
|
| +#endif
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
| // histograms.xml and don't forget to run AboutFlagsHistogramTest unit test.
|
|
|