Commit 9030921a authored by xiyuan@chromium.org's avatar xiyuan@chromium.org

[ChromeOS] Remove webui login from flags.

Since it is default on now.

BUG=chromium-os:20537
TEST=Verify fix for chromium-os:20537.


Review URL: http://codereview.chromium.org/7980040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102192 0039d316-1c4b-4281-b951-d872f2087c98
parent fa8af9af
......@@ -363,13 +363,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableShortcutsProvider)
},
#if defined(OS_CHROMEOS)
{
"webui-login",
IDS_SYNC_SETUP_TITLE,
IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_ADVANCED_BUTTON,
kOsCrOS,
SINGLE_VALUE_TYPE(switches::kWebUILogin)
},
{
"enable-archives",
IDS_FILE_BROWSER_MOUNT_ARCHIVE,
......
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