Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 6a7af22c5ab3fa67979266205bbec5848cd3eca6..eb7a15db175296bba90b2e0949e193ff8796b411 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1982,6 +1982,13 @@ const Experiment kExperiments[] = { |
| SINGLE_VALUE_TYPE(switches::kDisableAppBanners) |
| }, |
| #endif |
| + { |
| + "enable-experimental-app-list", |
| + IDS_FLAGS_ENABLE_EXPERIMENTAL_APP_LIST_NAME, |
| + IDS_FLAGS_ENABLE_EXPERIMENTAL_APP_LIST_DESCRIPTION, |
| + kOsCrOS | kOsWin, |
|
benwells
2014/02/14 03:03:12
Can we have it on Linux too? Mac should come soon
calamity
2014/02/17 00:13:06
Done. Will implement the actual centering in anoth
|
| + SINGLE_VALUE_TYPE(app_list::switches::kEnableExperimentalAppList) |
| + }, |
| }; |
| const Experiment* experiments = kExperiments; |