Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index da8597772e94f1c9eb67de716856ba72c3686841..e17f1bbf3c773276459d338080072b19391ac12a 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -746,6 +746,15 @@ const Experiment kExperiments[] = { |
| SINGLE_VALUE_TYPE(switches::kEnablePinch), |
| }, |
| #endif // defined(USE_ASH) |
| +#if defined(OS_CHROMEOS) |
| + { |
| + "enable-new-oobe", |
|
xiyuan
2012/05/25 20:28:15
nit: indentataion seems wrong.
Nikita (slow)
2012/05/28 08:48:00
Done.
|
| + IDS_FLAGS_ENABLE_NEW_OOBE, |
| + IDS_FLAGS_ENABLE_NEW_OOBE_DESCRIPTION, |
| + kOsCrOS, |
| + SINGLE_VALUE_TYPE(switches::kEnableNewOobe), |
| + }, |
| +#endif |
| }; |
| const Experiment* experiments = kExperiments; |