diff options
Diffstat (limited to 'webkit/dom_storage/dom_storage_area.h')
-rw-r--r-- | webkit/dom_storage/dom_storage_area.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/dom_storage/dom_storage_area.h b/webkit/dom_storage/dom_storage_area.h index ba26d60..fba1a7f 100644 --- a/webkit/dom_storage/dom_storage_area.h +++ b/webkit/dom_storage/dom_storage_area.h @@ -27,6 +27,9 @@ class DomStorageArea : public base::RefCountedThreadSafe<DomStorageArea> { public: + static const FilePath::CharType kDatabaseFileExtension[]; + static FilePath DatabaseFileNameFromOrigin(const GURL& origin); + DomStorageArea(int64 namespace_id, const GURL& origin, const FilePath& directory, @@ -60,8 +63,6 @@ class DomStorageArea void ScheduleCommitChanges(); void CommitChanges(); - static FilePath DatabaseFileNameFromOrigin(const GURL& origin); - ~DomStorageArea(); int64 namespace_id_; |