Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index d7019f3b8844291968025aca74d854e3e6c33141..af740bec7ae6e28c2590ebcfea4114793937559b 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1103,7 +1103,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) |
}, |