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 3f4005f93fe5f07c5ec22d183917703e0b940de0..1df3c8b36e4a0fda212631bb8c330bbc25e312a0 100644 |
--- a/chrome/browser/chromeos/login/login_utils.cc |
+++ b/chrome/browser/chromeos/login/login_utils.cc |
@@ -249,7 +249,8 @@ void LoginUtilsImpl::DoBrowserLaunch(Profile* profile, |
CommandLine user_flags(CommandLine::NO_PROGRAM); |
about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs()); |
- about_flags::ConvertFlagsToSwitches(&flags_storage_, &user_flags); |
+ about_flags::ConvertFlagsToSwitches(&flags_storage_, &user_flags, |
+ about_flags::kAddSentinels); |
// Only restart if needed and if not going into managed mode. |
// Don't restart browser if it is not first profile in session. |
if (UserManager::Get()->GetLoggedInUsers().size() == 1 && |