Commit 056ed709 authored by mgiuca@chromium.org's avatar mgiuca@chromium.org

about:flags: disable-app-launcher is now reset-app-list-install-state.

The actual command-line switch was renamed to this in SVN 230100. This
just fixes about:flags so it shows the correct name.

BUG=332323

Review URL: https://codereview.chromium.org/129703002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243878 0039d316-1c4b-4281-b951-d872f2087c98
parent 67713153
...@@ -1710,7 +1710,7 @@ const Experiment kExperiments[] = { ...@@ -1710,7 +1710,7 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kGoogleProfileInfo) SINGLE_VALUE_TYPE(switches::kGoogleProfileInfo)
}, },
{ {
"disable-app-launcher", "reset-app-list-install-state",
IDS_FLAGS_RESET_APP_LIST_INSTALL_STATE_NAME, IDS_FLAGS_RESET_APP_LIST_INSTALL_STATE_NAME,
IDS_FLAGS_RESET_APP_LIST_INSTALL_STATE_DESCRIPTION, IDS_FLAGS_RESET_APP_LIST_INSTALL_STATE_DESCRIPTION,
kOsMac | kOsWin, kOsMac | kOsWin,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment