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

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

Issue 9963107: Persist sessionStorage on disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Draft: associate with session restore. Created 8 years, 7 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 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,
};

Powered by Google App Engine
This is Rietveld 408576698