| 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)
|
| + }
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|