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

Unified Diff: content/browser/dom_storage/dom_storage_message_filter_new.cc

Issue 10005049: DomStorage house cleaning (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 | « no previous file | content/browser/renderer_host/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/dom_storage/dom_storage_message_filter_new.cc
===================================================================
--- content/browser/dom_storage/dom_storage_message_filter_new.cc (revision 132070)
+++ content/browser/dom_storage/dom_storage_message_filter_new.cc (working copy)
@@ -197,8 +197,8 @@
DOMStorageMsg_Event_Params params;
// TODO(michaeln): change the origin type to be GURL in ipc params.
params.origin = UTF8ToUTF16(area->origin().spec());
- params.url = page_url;
- params.storage_type = DOM_STORAGE_LOCAL;
+ params.page_url = page_url;
+ params.namespace_id = dom_storage::kLocalStorageNamespaceId;
params.key = key;
params.new_value = new_value;
params.old_value = old_value;
« no previous file with comments | « no previous file | content/browser/renderer_host/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698