| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b32c0921cfa9c595336646dc58d89e10bba5cea1..55b7b44b5d90a07b35c2311b82fefc9c4326e422 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2112,6 +2112,13 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(switches::kEnablePotentiallyAnnoyingSecurityFeatures)
|
| },
|
| #endif
|
| + {
|
| + "enable-delay-agnostic-aec",
|
| + IDS_FLAGS_ENABLE_DELAY_AGNOSTIC_AEC_NAME,
|
| + IDS_FLAGS_ENABLE_DELAY_AGNOSTIC_AEC_DESCRIPTION,
|
| + kOsDesktop,
|
| + SINGLE_VALUE_TYPE(switches::kEnableDelayAgnosticAec)
|
| + },
|
|
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
|
|