Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 4590ca1559457911100098daf2b58ac0d43f8128..ff4b5af9ba90fdf2fc52e5040ffc8fc2cb2da102 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1127,7 +1127,7 @@ const Experiment kExperiments[] = { |
| "enable-new-autofill-ui", |
| IDS_FLAGS_ENABLE_NEW_AUTOFILL_UI_NAME, |
| IDS_FLAGS_ENABLE_NEW_AUTOFILL_UI_DESCRIPTION, |
| - kOsWin | kOsLinux, |
| + kOsMac | kOsWin | kOsLinux | kOsCrOS, |
|
Scott Hess - ex-Googler
2013/01/05 01:06:49
I see that we don't have consistent sorting standa
Ilya Sherman
2013/01/05 03:14:10
Yeah, I copied the order from kOsAll at the top of
|
| SINGLE_VALUE_TYPE(switches::kEnableNewAutofillUi) |
| }, |
| { |