| 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 379a4588a0d42dd7e003e3daf7c831d13d6daabd..49facfa6c71942292ad56a733ba25da0581edf64 100644
|
| --- a/chrome/browser/chromeos/login/login_performer.h
|
| +++ b/chrome/browser/chromeos/login/login_performer.h
|
| @@ -117,6 +117,11 @@ class LoginPerformer : public LoginStatusConsumer,
|
| // Starts authentication.
|
| void StartAuthentication();
|
|
|
| + // 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);
|
| +
|
| // Used for logging in.
|
| scoped_refptr<Authenticator> authenticator_;
|
|
|
|
|