| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index c8411e48c73c5d40cbae762b4ceb34064c83e608..a2e492fabcc3408b49ab7c4dc8691518db0e549c 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -200,6 +200,12 @@ enum NotificationType {
|
| // and the details are the BackgroundContents.
|
| NOTIFICATION_BACKGROUND_CONTENTS_TERMINATED,
|
|
|
| + // The background contents associated with a hosted app has changed (either
|
| + // a new background contents has been created, or an existing background
|
| + // contents has closed). The source is the parent Profile, and the details
|
| + // are the BackgroundContentsService.
|
| + NOTIFICATION_BACKGROUND_CONTENTS_SERVICE_CHANGED,
|
| +
|
| // This is sent when a login prompt is shown. The source is the
|
| // Source<NavigationController> for the tab in which the prompt is shown.
|
| // Details are a LoginNotificationDetails which provide the LoginHandler
|
|
|