| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index d38a6095976b214964e91eff3c26bb093b8a761c..362351f58e65158cb9fdf5f2ca867ad41446e57a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2050,6 +2050,13 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(switches::kEnableSeccompFilterSandbox)
|
| },
|
| #endif
|
| + {
|
| + "enable-touch-hover",
|
| + IDS_FLAGS_ENABLE_TOUCH_HOVER_NAME,
|
| + IDS_FLAGS_ENABLE_TOUCH_HOVER_DESCRIPTION,
|
| + kOsAndroid,
|
| + SINGLE_VALUE_TYPE("enable-touch-hover")
|
| + },
|
|
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
|
|