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

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: Created 9 years 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 51c64c3a5e5f292025a1ac59352230fa9cc24ca3..02fb4ad544e196c16bc719682beb31992b2c8cf1 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -422,6 +422,9 @@ enum NotificationType {
// of a temporary zoom level change, the details is an empty string.
NOTIFICATION_ZOOM_LEVEL_CHANGED,
+ // Sent when a DOMStorageNamespace is created.
jochen (gone - plz use gerrit) 2011/12/13 13:47:32 please say what the Source and the Details will be
marja 2012/01/11 15:17:53 Done, and fixed this so that it's only sent for se
+ NOTIFICATION_DOM_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