| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index fa7db77a410c98f0f559a07d91b24ee15121d5d3..163d3bf6c5b3308ae191975fe579f9528e37a8ed 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1022,6 +1022,10 @@ 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. This is never
|
| + // sent if the EULA was already accepted at startup.
|
| + 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
|
|
|