| 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..00b37baad309982e8d990ed7e82772c5317500d0 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -273,12 +273,14 @@ enum {
|
| // updated.
|
| NOTIFICATION_FAVICON_UPDATED,
|
|
|
| - // Sent after an incognito profile has been created. The details are none
|
| - // and the source is the new profile.
|
| - NOTIFICATION_OTR_PROFILE_CREATED,
|
| -
|
| - // Sent before a Profile is destroyed. The details are
|
| - // none and the source is a Profile*.
|
| + // Sent after a Profile has been created. This notification is sent both for
|
| + // normal and OTR profiles.
|
| + // The details are none and the source is the new profile.
|
| + NOTIFICATION_PROFILE_CREATED,
|
| +
|
| + // Sent before a Profile is destroyed. This notification is sent both for
|
| + // normal and OTR profiles.
|
| + // The details are none and the source is a Profile*.
|
| NOTIFICATION_PROFILE_DESTROYED,
|
|
|
| // TopSites ----------------------------------------------------------------
|
|
|