| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 6517f87a68dd4a2024233609ce4e5898d5ab73b2..7fdf402aa8e692e845386a005763219c7e1d6b38 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -470,7 +470,7 @@ const Experiment kExperiments[] = {
|
| "enable-gamepad",
|
| IDS_FLAGS_ENABLE_GAMEPAD_NAME,
|
| IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION,
|
| - kOsMac | kOsWin,
|
| + kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableGamepad)
|
| },
|
| #if defined(USE_AURA)
|
|
|