| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index 611c62e1cfa048f0b491784ac74c6777591748e7..38f034ad5a9f7b415f872a19ecb1f37e9ce89c93 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -92,10 +92,11 @@ class ProfileMetrics {
|
| };
|
|
|
| enum ProfileAuth {
|
| - AUTH_UNNECESSARY, // Profile was not locked
|
| - AUTH_LOCAL, // Profile was authenticated locally
|
| - AUTH_ONLINE, // Profile was authenticated on-line
|
| - AUTH_FAILED, // Profile failed authentication
|
| + AUTH_UNNECESSARY, // Profile was not locked
|
| + AUTH_LOCAL, // Profile was authenticated locally
|
| + AUTH_ONLINE, // Profile was authenticated on-line
|
| + AUTH_FAILED, // Profile failed authentication
|
| + AUTH_FAILED_OFFLINE, // Profile failed authentication and was offline
|
| NUM_PROFILE_AUTH_METRICS
|
| };
|
|
|
|
|