| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index 6d9c08038e24e959aeba412ed037f7a4f1e183bf..f19aea16baa006b0a95d1411ac91222cd27e9ec8 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -383,6 +383,10 @@ enum NotificationType {
|
| // of a temporary zoom level change, the details is an empty string.
|
| NOTIFICATION_ZOOM_LEVEL_CHANGED,
|
|
|
| + // Sent when a session storage is associated to a tab. The details are in a
|
| + // Details<SessionStorageAssociatedDetails>.
|
| + NOTIFICATION_SESSION_STORAGE_ASSOCIATED,
|
| +
|
| // Custom notifications used by the embedder should start from here.
|
| NOTIFICATION_CONTENT_END,
|
| };
|
|
|