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

Unified Diff: webkit/dom_storage/dom_storage_context.h

Issue 9429029: Integrate the new DomStorage backend into DRT and test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « no previous file | webkit/dom_storage/dom_storage_host.cc » ('j') | webkit/dom_storage/dom_storage_types.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_context.h
===================================================================
--- webkit/dom_storage/dom_storage_context.h (revision 122851)
+++ webkit/dom_storage/dom_storage_context.h (working copy)
@@ -17,6 +17,7 @@
class FilePath;
class GURL;
class NullableString16;
+class SimpleDomStorageSystem;
namespace base {
class Time;
@@ -102,6 +103,7 @@
private:
friend class DomStorageSession;
+ friend class SimpleDomStorageSystem;
friend class base::RefCountedThreadSafe<DomStorageContext>;
typedef std::map<int64, scoped_refptr<DomStorageNamespace> >
StorageNamespaceMap;
« no previous file with comments | « no previous file | webkit/dom_storage/dom_storage_host.cc » ('j') | webkit/dom_storage/dom_storage_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698