| Index: chrome/browser/chromeos/login/login_status_consumer.h
|
| diff --git a/chrome/browser/chromeos/login/login_status_consumer.h b/chrome/browser/chromeos/login/login_status_consumer.h
|
| index da30369996c14998da3aba4aea381de98365794a..c1a18abf2dc71224dbc9e56fdba231c1e2bb2342 100644
|
| --- a/chrome/browser/chromeos/login/login_status_consumer.h
|
| +++ b/chrome/browser/chromeos/login/login_status_consumer.h
|
| @@ -24,6 +24,7 @@ class LoginFailure {
|
| LOGIN_TIMED_OUT,
|
| UNLOCK_FAILED,
|
| NETWORK_AUTH_FAILED, // Could not authenticate against Google
|
| + NUM_FAILURE_REASONS, // This has to be the last item.
|
| };
|
|
|
| explicit LoginFailure(FailureReason reason)
|
|
|