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

Unified Diff: content/renderer/renderer_webstoragenamespace_impl.h

Issue 9826040: Hook up new DomStorage backing for for single-process chromium too. (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
Index: content/renderer/renderer_webstoragenamespace_impl.h
===================================================================
--- content/renderer/renderer_webstoragenamespace_impl.h (revision 127736)
+++ content/renderer/renderer_webstoragenamespace_impl.h (working copy)
@@ -9,6 +9,9 @@
#include "base/basictypes.h"
#include "content/common/dom_storage_common.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h"
+#include "webkit/dom_storage/dom_storage_types.h"
+// The above is to include the ENABLE_NEW_DOM_STORAGE_BACKEND flag
+// in all consumers.
class RendererWebStorageNamespaceImpl : public WebKit::WebStorageNamespace {
public:
@@ -24,10 +27,6 @@
virtual void close();
private:
- // Used during lazy initialization of namespace_id_.
- const DOMStorageType storage_type_;
-
- // Our namespace ID.
int64 namespace_id_;
};
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/renderer/renderer_webstoragenamespace_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698