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

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: Fix: cloning storage areas. 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
« no previous file with comments | « content/browser/in_process_webkit/webkit_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « content/browser/in_process_webkit/webkit_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698