Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 01fed074168a454d094f127c81de0f07fa13aadb..cba00c76b779c590bfdd9b6fe80a0959b9a40ef6 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -929,6 +929,10 @@ enum NotificationType { |
// object. |
NOTIFICATION_GOOGLE_SIGNIN_FAILED, |
+ // Sent when the currently signed-in user for a user will sign out. |
+ // The source is the Profile. There are no details. |
+ NOTIFICATION_GOOGLE_WILL_SIGN_OUT, |
+ |
// 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, |