| Index: chrome/browser/chromeos/login/login_performer.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/login_performer.h (revision 259991)
|
| +++ chrome/browser/chromeos/login/login_performer.h (working copy)
|
| @@ -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 @@
|
| // 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_;
|
|
|