Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: content/public/browser/notification_types.h

Issue 8929007: Restore sessionStorage when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 363df21a7d4ce5517eb36472e4c29d71f2d86a1b..a2017ab4f2105fc028d82f55a3b5626672812b96 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -412,6 +412,12 @@ enum NotificationType {
// of a temporary zoom level change, the details is an empty string.
NOTIFICATION_ZOOM_LEVEL_CHANGED,
+ // Sent when a |DOMStorageNamespace| for sessionStorage is created. The source
+ // is the |DOMStorageMessageFilter| which initiated the creation of the
+ // |DOMStorageNamespace|. The details are in a
+ // |Details<SessionStorageNamespaceCreatedDetails>|.
+ NOTIFICATION_SESSION_STORAGE_NAMESPACE_CREATED,
+
// Custom notifications used by the embedder should start from here.
NOTIFICATION_CONTENT_END,
};

Powered by Google App Engine
This is Rietveld 408576698