Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index d508a435f9f710c96d3621a99393d46dc93374a2..b26395634a13193403c7f1a89ecf33cbecdd921b 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -552,6 +552,10 @@ enum NotificationType { |
// The source is AppNotificationManager, and the details are NoDetails. |
NOTIFICATION_APP_NOTIFICATION_MANAGER_LOADED, |
+ // A platform app is being started. The details are an Extension, and the |
+ // source is a Profile. |
+ NOTIFICATION_PLATFORM_APP_STARTED, |
+ |
// Component Updater ------------------------------------------------------- |
// Sent when the component updater starts doing update checks. If no |