Chromium Code Reviews| 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 edace2aa0c050dc858e7bc222368cafb344b9fef..6daebc7906e563fec58293ad75dd9bacb8f1c967 100644 |
| --- a/chrome/browser/chromeos/login/login_utils.cc |
| +++ b/chrome/browser/chromeos/login/login_utils.cc |
| @@ -26,6 +26,7 @@ |
| #include "base/threading/worker_pool.h" |
| #include "base/time.h" |
| #include "base/utf_string_conversions.h" |
| +#include "chrome/browser/about_flags.h" |
| #include "chrome/browser/browser_process.h" |
| #include "chrome/browser/browser_shutdown.h" |
| #include "chrome/browser/chromeos/boot_times_loader.h" |
| @@ -283,6 +284,10 @@ void LoginUtilsImpl::DoBrowserLaunch(Profile* profile, |
| int return_code; |
| chrome::startup::IsFirstRun first_run = first_run::IsChromeFirstRun() ? |
| chrome::startup::IS_FIRST_RUN : chrome::startup::IS_NOT_FIRST_RUN; |
| + |
|
Mattias Nissler (ping if slow)
2013/02/26 16:27:35
Add a TODO here that indicates we want to re-launc
pastarmovj
2013/02/26 17:23:47
Done.
|
| + about_flags::ConvertFlagsToSwitches(profile->GetPrefs(), |
| + CommandLine::ForCurrentProcess()); |
| + |
| browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(), |
| profile, |
| base::FilePath(), |