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

Unified Diff: webkit/dom_storage/dom_storage_types.h

Issue 10005049: DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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: webkit/dom_storage/dom_storage_types.h
===================================================================
--- webkit/dom_storage/dom_storage_types.h (revision 131405)
+++ webkit/dom_storage/dom_storage_types.h (working copy)
@@ -26,6 +26,8 @@
// values for sessionstorage namespaces.
const int64 kLocalStorageNamespaceId = 0;
+const int64 kInvalidSessionStorageNamespaceId = kLocalStorageNamespaceId;
+
// Value to indicate an area that not be opened.
const int kInvalidAreaId = -1;

Powered by Google App Engine
This is Rietveld 408576698