| Index: chrome/browser/chromeos/login/google_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator.cc b/chrome/browser/chromeos/login/google_authenticator.cc
|
| index 347f5e99f4ce1cbba3fda8bacb1b8c2a17ebc538..f14ba970ace9f280fd76d5ce9947efe2a7b8dba9 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/google_authenticator.cc
|
| @@ -60,7 +60,7 @@ bool GoogleAuthenticator::Authenticate(const std::string& username,
|
| PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
| Profile* profile = profile_manager->GetDefaultProfile(user_data_dir);
|
| - getter_ = profile->GetOffTheRecordProfile()->GetRequestContext();
|
| + getter_ = profile->GetRequestContext();
|
| fetcher_.reset(new URLFetcher(GURL(AuthResponseHandler::kClientLoginUrl),
|
| URLFetcher::POST,
|
| this));
|
|
|