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

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

Issue 181363002: Properly handle failure modes in the wildcard login check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/chromeos/login/login_performer.h
diff --git a/chrome/browser/chromeos/login/login_performer.h b/chrome/browser/chromeos/login/login_performer.h
index de6b4485efcbac7f136a733910cb9236626b82f1..78bc4e343e3631c3151e4cec1b3f485c05a46763 100644
--- a/chrome/browser/chromeos/login/login_performer.h
+++ b/chrome/browser/chromeos/login/login_performer.h
@@ -14,6 +14,7 @@
#include "chrome/browser/chromeos/login/login_status_consumer.h"
#include "chrome/browser/chromeos/login/online_attempt_host.h"
#include "chrome/browser/chromeos/login/user.h"
+#include "chrome/browser/chromeos/policy/wildcard_login_checker.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -126,7 +127,8 @@ class LoginPerformer : public LoginStatusConsumer,
// Completion callback for the online wildcard login check for enterprise
// devices. Continues the login process or signals whitelist check failure
// depending on the value of |result|.
- void OnlineWildcardLoginCheckCompleted(bool result);
+ void OnlineWildcardLoginCheckCompleted(
+ policy::WildcardLoginChecker::Result result);
// Used for logging in.
scoped_refptr<Authenticator> authenticator_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_performer.cc » ('j') | chrome/browser/chromeos/login/login_performer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698