| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 8d88e677e10f40b02635ec30eb42ce0017683588..83380f95082369b373631f860b565fc50f8d52e3 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -871,6 +871,12 @@ enum NotificationType {
|
| // TokenAvailableDetails object.
|
| NOTIFICATION_TOKEN_AVAILABLE,
|
|
|
| + // When the token service receives updated credentials with which to generate
|
| + // new tokens, one of these notifications is issued per new credential.
|
| + // The source is a TokenService on the Profile. The details are a
|
| + // TokenAvailableDetails object.
|
| + NOTIFICATION_TOKEN_SERVICE_CREDENTIALS_UPDATED,
|
| +
|
| // When there aren't any additional tokens left to load, this notification
|
| // is sent.
|
| // The source is a TokenService on the profile. There are no details.
|
|
|