Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index fe0d77e23e522abc0e816ad3c49045307a7bc41e..d63d0b994dbc781628dddde1337b272ff09bcd34 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -780,7 +780,8 @@ enum NotificationType { |
// Sent when the chromium session is first started. If this is a new user this |
// will not be sent until a profile picture has been selected, unlike |
- // NOTIFICATION_LOGIN_USER_CHANGED which is sent after the user has logged in. |
+ // NOTIFICATION_LOGIN_USER_CHANGED which is sent immediately after the user |
+ // has logged in. This will be sent again if the browser crashes and restarts. |
NOTIFICATION_SESSION_STARTED, |
// Sent when user image is updated. |