Chromium Code Reviews| Index: chrome/common/chrome_notification_types.h |
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
| index 9cdccc866e7eebc4e045618914c24ea2822c1a9a..d161863de55f69f4ce459021ff34a90e9c7a59a1 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -1022,6 +1022,9 @@ enum NotificationType { |
| // First paint event after this fires NOTIFICATION_LOGIN_WEBUI_VISIBLE. |
| NOTIFICATION_WIZARD_FIRST_SCREEN_SHOWN, |
| + // Sent when the EULA has been accepted in the first-run wizard. |
|
Alexei Svitkine (slow)
2012/09/19 19:44:28
Mention that it doesn't sent if the wizard never r
SteveT
2012/09/20 19:40:18
Done.
|
| + NOTIFICATION_WIZARD_EULA_ACCEPTED, |
| + |
| // Sent when the specific part of login WebUI is considered to be visible. |
| // That moment is tracked as the first paint event after one of the: |
| // 1. NOTIFICATION_LOGIN_USER_IMAGES_LOADED |