| Index: content/public/common/persistent_notification_status.h
|
| diff --git a/content/public/common/persistent_notification_status.h b/content/public/common/persistent_notification_status.h
|
| index b8f14094b3a5203e5c355cad5b66be397adf22ee..dd4a43f9d5029620360df00da994b0bb29398810 100644
|
| --- a/content/public/common/persistent_notification_status.h
|
| +++ b/content/public/common/persistent_notification_status.h
|
| @@ -25,6 +25,8 @@ enum PersistentNotificationStatus {
|
| // The event could not be delivered because the data associated with the
|
| // notification could not be read from the database.
|
| PERSISTENT_NOTIFICATION_STATUS_DATABASE_ERROR,
|
| +
|
| + PERSISTENT_NOTIFICATION_STATUS_MAX
|
| };
|
|
|
| } // content
|
|
|