| 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 f872733a2a42f7fe2e2f214dba7df7a5da9deb90..81366459a7e80c43cbb754fb54923f3e8c62414c 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -143,9 +143,7 @@ void LoginUtilsImpl::CompleteLogin(
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
|
|
| // Switch log file as soon as possible.
|
| - logging::RedirectChromeLogging(
|
| - user_data_dir.Append(profile_manager->GetCurrentProfileDir()),
|
| - *(CommandLine::ForCurrentProcess()));
|
| + logging::RedirectChromeLogging(*(CommandLine::ForCurrentProcess()));
|
| btl->AddLoginTimeMarker("LoggingRedirected", false);
|
|
|
| // The default profile will have been changed because the ProfileManager
|
|
|