| 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 04a945a25c373bcc5f7f02da18c5fb76fe075b4f..58c97ef6623ddee8e2487ab407e640e78ddfb287 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -37,6 +37,7 @@
|
| #include "chrome/browser/chromeos/login/screen_locker.h"
|
| #include "chrome/browser/chromeos/login/user_manager.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| +#include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/net/chrome_url_request_context.h"
|
| #include "chrome/browser/net/gaia/gaia_oauth_consumer.h"
|
| #include "chrome/browser/net/gaia/gaia_oauth_fetcher.h"
|
| @@ -1141,6 +1142,7 @@ void LoginUtils::DoBrowserLaunch(Profile* profile,
|
| profile,
|
| FilePath(),
|
| true,
|
| + FirstRun::IsChromeFirstRun(),
|
| &return_code);
|
|
|
| // Mark login host for deletion after browser starts. This
|
|
|