Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: chrome/common/chrome_notification_types.h

Issue 9310002: Deliver NOTIFICATION_SESSION_STARTED if the browser crashes and is restarted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698