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

Unified Diff: webkit/dom_storage/dom_storage_map.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
« no previous file with comments | « webkit/dom_storage/dom_storage_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_map.h
===================================================================
--- webkit/dom_storage/dom_storage_map.h (revision 133523)
+++ webkit/dom_storage/dom_storage_map.h (working copy)
@@ -35,6 +35,9 @@
// this method does not do quota checking.
void SwapValues(ValuesMap* map);
+ // Writes a copy of the current set of values_ to the |map|.
+ void ExtractValues(ValuesMap* map) const { *map = values_; }
+
// Creates a new instance of DomStorageMap containing
// a deep copy of values_.
DomStorageMap* DeepCopy() const;
« no previous file with comments | « webkit/dom_storage/dom_storage_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698