| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index cf151dac83743f818aa5940a9879d13d99aa2726..7834f56af8d8979539d32b75d7770714be93f20f 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -825,8 +825,14 @@ enum NotificationType {
|
| // Profile. The details are a TokenAvailableDetails object.
|
| NOTIFICATION_TOKEN_UPDATED,
|
|
|
| + // Fired when the TokenService has had all of its tokens removed (such as due
|
| + // to the user signing out). The source is the TokenService. There are no
|
| + // details.
|
| + NOTIFICATION_TOKENS_CLEARED,
|
| +
|
| // Sent when a user signs into Google services such as sync.
|
| - // The source is the Profile. The details are a GoogleServiceSignin object.
|
| + // The source is the Profile. The details are a
|
| + // GoogleServiceSigninSuccessDetails object.
|
| NOTIFICATION_GOOGLE_SIGNIN_SUCCESSFUL,
|
|
|
| // Sent when a user fails to sign into Google services such as sync.
|
| @@ -834,6 +840,10 @@ enum NotificationType {
|
| // object.
|
| NOTIFICATION_GOOGLE_SIGNIN_FAILED,
|
|
|
| + // Sent when the currently signed-in user for a user has been signed out.
|
| + // The source is the Profile. There are no details.
|
| + NOTIFICATION_GOOGLE_SIGNED_OUT,
|
| +
|
| // Autofill Notifications --------------------------------------------------
|
|
|
| // Sent when a popup with Autofill suggestions is shown in the renderer.
|
|
|