| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index ecb901de04c66c1e2493da7358c0ca753045b59e..386052881068e5eeb21e4df4a0656c7395656551 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -251,6 +251,9 @@ void LoginUtilsImpl::DoBrowserLaunch(Profile* profile,
|
| return;
|
| }
|
|
|
| +#if 0
|
| + // Temporary disable until all regressions introduced are fixed.
|
| + // See crbug.com/252442, crbug.com/251261, crbug.com/251253
|
| CommandLine user_flags(CommandLine::NO_PROGRAM);
|
| about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs());
|
| about_flags::ConvertFlagsToSwitches(&flags_storage_, &user_flags);
|
| @@ -265,6 +268,7 @@ void LoginUtilsImpl::DoBrowserLaunch(Profile* profile,
|
| chrome::ExitCleanly();
|
| return;
|
| }
|
| +#endif
|
|
|
| if (login_host) {
|
| login_host->SetStatusAreaVisible(true);
|
|
|