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

Unified Diff: content/common/dom_storage_messages.h

Issue 7074022: Get rid of the render view id in localStorage IPCs as it's not used anymore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 7 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/common/dom_storage_messages.h
diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage_messages.h
index 77169ce15ded319e9dd034314e96014e41b3247e..b0c98f16548a32a8fc4c78ce927d35ebadf74af2 100644
--- a/content/common/dom_storage_messages.h
+++ b/content/common/dom_storage_messages.h
@@ -68,8 +68,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(DOMStorageHostMsg_GetItem,
NullableString16 /* value */)
// Set a value that's associated with a key in a storage area.
-IPC_SYNC_MESSAGE_CONTROL5_2(DOMStorageHostMsg_SetItem,
- int /* routing_id */,
+IPC_SYNC_MESSAGE_CONTROL4_2(DOMStorageHostMsg_SetItem,
int64 /* storage_area_id */,
string16 /* key */,
string16 /* value */,
« no previous file with comments | « content/browser/in_process_webkit/dom_storage_message_filter.cc ('k') | content/renderer/renderer_webstoragearea_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698