| Index: chrome/browser/about_flags.cc | 
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc | 
| index a8728bd1fa722984e90b2c29ed24caf69dcb7af0..3602a9c8e785eeef6f3a706a94a96bfa7acc2729 100644 | 
| --- a/chrome/browser/about_flags.cc | 
| +++ b/chrome/browser/about_flags.cc | 
| @@ -2119,6 +2119,15 @@ const Experiment kExperiments[] = { | 
| kOsDesktop, | 
| SINGLE_VALUE_TYPE(switches::kEnableDelayAgnosticAec) | 
| }, | 
| +#if defined(OS_ANDROID) | 
| +  { | 
| +    "enable-cursor-anchor-info", | 
| +    IDS_FLAGS_ENABLE_CURSOR_ANCHOR_INFO_NAME, | 
| +    IDS_FLAGS_ENABLE_CURSOR_ANCHOR_INFO_DESCRIPTION, | 
| +    kOsAndroid, | 
| +    SINGLE_VALUE_TYPE(switches::kEnableCursorAnchorInfo) | 
| +  }, | 
| +#endif | 
|  | 
| // NOTE: Adding new command-line switches requires adding corresponding | 
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in | 
|  |