Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5786)

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 17526006: Disable browser restart just after login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added #if 0 Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698