Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: chrome/browser/chromeos/login/auth/login_performer.cc

Issue 402403004: Refactoring : Move OnlineAttempt to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Got rid of BrowserContext Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/auth/login_performer.cc
diff --git a/chrome/browser/chromeos/login/auth/login_performer.cc b/chrome/browser/chromeos/login/auth/login_performer.cc
index da683490a797928824d8848a3b322b960c1d3eae..6608914fe4f3fe798e3b50577fe093c535a5989f 100644
--- a/chrome/browser/chromeos/login/auth/login_performer.cc
+++ b/chrome/browser/chromeos/login/auth/login_performer.cc
@@ -352,7 +352,7 @@ void LoginPerformer::StartAuthentication() {
user_context_));
// Make unobtrusive online check. It helps to determine password change
// state in the case when offline login fails.
- online_attempt_host_.Check(profile, user_context_);
+ online_attempt_host_.Check(profile->GetRequestContext(), user_context_);
} else {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698