Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 14edccea109c189176994dbed43ddada5e262680..af27165d62af59725ef3d471751dca98f7f6afa4 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1070,6 +1070,13 @@ const Experiment kExperiments[] = { |
| kOsAll, |
| SINGLE_VALUE_TYPE(switches::kWebIntentsInvocationEnabled) |
| }, |
| + { |
| + "show-app-list-shortcut", |
| + IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME, |
| + IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION, |
| + kOsWin, |
| + SINGLE_VALUE_TYPE(switches::kShowAppListShortcut) |
| + } |
|
grt (UTC plus 2)
2012/11/01 23:18:57
ubernit: comma at the end of this line
benwells
2012/11/02 01:33:55
Done.
|
| }; |
| const Experiment* experiments = kExperiments; |