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

Unified Diff: webkit/dom_storage/dom_storage_area.h

Issue 10160003: DomStorage async IPC message definitions and browser-side handlers. These messages aren't called ye… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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: webkit/dom_storage/dom_storage_area.h
===================================================================
--- webkit/dom_storage/dom_storage_area.h (revision 133033)
+++ webkit/dom_storage/dom_storage_area.h (working copy)
@@ -39,6 +39,9 @@
const GURL& origin() const { return origin_; }
int64 namespace_id() const { return namespace_id_; }
+ // Writes a copy of the current set of values in the area to the |map|.
+ void ExtractValues(ValuesMap* map);
+
unsigned Length();
NullableString16 Key(unsigned index);
NullableString16 GetItem(const string16& key);

Powered by Google App Engine
This is Rietveld 408576698