Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 67893d57b5a526e09133878e5b8b9579917e6ac2..00e7c9d57f22d61f935769f4e9ce81040d7ed328 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1109,7 +1109,7 @@ const Experiment kExperiments[] = { |
"enable-password-generation", |
IDS_FLAGS_ENABLE_PASSWORD_GENERATION_NAME, |
IDS_FLAGS_ENABLE_PASSWORD_GENERATION_DESCRIPTION, |
- kOsDesktop, |
+ kOsWin | kOsLinux | kOsCrOS, |
ENABLE_DISABLE_VALUE_TYPE(autofill::switches::kEnablePasswordGeneration, |
autofill::switches::kDisablePasswordGeneration) |
}, |