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

Unified Diff: chrome/browser/in_process_webkit/storage_namespace.h

Issue 258010: Reverting 27759. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: chrome/browser/in_process_webkit/storage_namespace.h
===================================================================
--- chrome/browser/in_process_webkit/storage_namespace.h (revision 27849)
+++ chrome/browser/in_process_webkit/storage_namespace.h (working copy)
@@ -31,7 +31,11 @@
StorageNamespace* Copy();
void Close();
+ const DOMStorageContext* dom_storage_context() const {
+ return dom_storage_context_;
+ }
int64 id() const { return id_; }
+ DOMStorageType dom_storage_type() const { return dom_storage_type_; }
private:
// Called by the static factory methods above.
@@ -53,7 +57,7 @@
int64 id_;
// SessionStorage vs. LocalStorage.
- const DOMStorageType storage_type_;
+ const DOMStorageType dom_storage_type_;
DISALLOW_IMPLICIT_CONSTRUCTORS(StorageNamespace);
};
« no previous file with comments | « chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc ('k') | chrome/browser/in_process_webkit/storage_namespace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698