| Index: chrome/browser/sync/sync_ui_util.h
|
| diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h
|
| index 022c697089a3431d700e7b84036df4c855008e8c..223b89660ce15fc26f4c91cbe08fd7f515b57b80 100644
|
| --- a/chrome/browser/sync/sync_ui_util.h
|
| +++ b/chrome/browser/sync/sync_ui_util.h
|
| @@ -34,6 +34,7 @@ enum AvatarSyncErrorType {
|
| NO_SYNC_ERROR, // No sync error.
|
| MANAGED_USER_UNRECOVERABLE_ERROR, // Unrecoverable error for managed users.
|
| UNRECOVERABLE_ERROR, // Unrecoverable error for regular users.
|
| + SUPERVISED_USER_AUTH_ERROR, // Auth token error for supervised users.
|
| AUTH_ERROR, // Authentication error.
|
| UPGRADE_CLIENT_ERROR, // Out-of-date client error.
|
| PASSPHRASE_ERROR // Sync passphrase error.
|
|
|