| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index e3ed879f6fbfbf95850c263a74137ea35fb43652..95d6a4d5d993595a3891df2567598a5aa68b82cf 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -273,6 +273,10 @@ enum {
|
| // updated.
|
| NOTIFICATION_FAVICON_UPDATED,
|
|
|
| + // Sent after a regular profile has been created. The details are none
|
| + // and the source is the new profile.
|
| + NOTIFICATION_PROFILE_CREATED,
|
| +
|
| // Sent after an incognito profile has been created. The details are none
|
| // and the source is the new profile.
|
| NOTIFICATION_OTR_PROFILE_CREATED,
|
|
|