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

Unified Diff: webkit/dom_storage/dom_storage_area.h

Issue 9695013: DOMStorageContextImpl that's implemented in terms of the new dom_storage classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/renderer_host/render_message_filter.cc ('k') | webkit/dom_storage/dom_storage_area.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_area.h
===================================================================
--- webkit/dom_storage/dom_storage_area.h (revision 127221)
+++ webkit/dom_storage/dom_storage_area.h (working copy)
@@ -27,6 +27,9 @@
: 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 @@
void ScheduleCommitChanges();
void CommitChanges();
- static FilePath DatabaseFileNameFromOrigin(const GURL& origin);
-
~DomStorageArea();
int64 namespace_id_;
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | webkit/dom_storage/dom_storage_area.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698