| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 55988a94a6b791b4797a27ca6d47850587a0e637..ff9d525063fb07033c8f3bb1b59a4091a6b1f498 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -921,6 +921,11 @@ enum NotificationType {
|
| // object.
|
| NOTIFICATION_GOOGLE_SIGNIN_FAILED,
|
|
|
| + // Sent when the currently signed-in user will sign out.
|
| + // The source is the Profile. The details are a
|
| + // GoogleServiceSignoutDetails object.
|
| + NOTIFICATION_GOOGLE_WILL_SIGN_OUT,
|
| +
|
| // Sent when the currently signed-in user for a user has been signed out.
|
| // The source is the Profile. The details are a
|
| // GoogleServiceSignoutDetails object.
|
|
|