Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 0a85547bf014d541ae28151b2d62e3bc0b9dfd48..10718f07902a5388d097d6181fc65a81f91e0bb3 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1273,7 +1273,7 @@ const Experiment kExperiments[] = { |
| "enable-password-manager-reauthentication", |
| IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_NAME, |
| IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_DESCRIPTION, |
| - kOsMac, |
| + kOsMac | kOsWin, |
|
cpu_(ooo_6.6-7.5)
2013/10/23 19:54:43
Is this feature only available via about:flags ?
|
| SINGLE_VALUE_TYPE(switches::kEnablePasswordManagerReauthentication) |
| }, |
| { |