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

Unified Diff: chrome/browser/chromeos/login/online_attempt_host.h

Issue 9566006: [cros] Resolve online login attempt on UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/online_attempt_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/online_attempt_host.h
diff --git a/chrome/browser/chromeos/login/online_attempt_host.h b/chrome/browser/chromeos/login/online_attempt_host.h
index babe2f3565f366394ebc246df145623c4b894db0..ea2b48dc2724451d0112f873bad2984f269c198c 100644
--- a/chrome/browser/chromeos/login/online_attempt_host.h
+++ b/chrome/browser/chromeos/login/online_attempt_host.h
@@ -43,8 +43,12 @@ class OnlineAttemptHost : public AuthAttemptStateResolver {
void Reset();
// AuthAttemptStateResolver overrides.
+ // Executed on IO thread.
virtual void Resolve() OVERRIDE;
+ // Does an actual resolve on UI thread.
+ void ResolveOnUIThread(bool success);
+
private:
Delegate* delegate_;
std::string current_attempt_hash_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/online_attempt_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698