| Index: content/common/notification_type.h
|
| diff --git a/content/common/notification_type.h b/content/common/notification_type.h
|
| index 17440810b8c267482eea6a66fde09e7dcdcdc4dc..9b9ab0d00c22de10804eaf241cdb08affd7c4d6a 100644
|
| --- a/content/common/notification_type.h
|
| +++ b/content/common/notification_type.h
|
| @@ -1283,6 +1283,11 @@ class NotificationType {
|
| // Sent when the applications in the NTP app launcher have been reordered.
|
| EXTENSION_LAUNCHER_REORDERED,
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + // Sent when WebSocketProxy started accepting connections.
|
| + WEB_SOCKET_PROXY_STARTED,
|
| +#endif
|
| +
|
| // Sent when a new web store promo has been loaded.
|
| WEB_STORE_PROMO_LOADED,
|
|
|
|
|