summaryrefslogtreecommitdiffstats
path: root/content/common/dom_storage_messages.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 09:35:14 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 09:35:14 +0000
commit60a1d495e24ed67cd9c1559395d183cd8a85504f (patch)
tree455ef6337afd8f5641854bd641807923d82e21dd /content/common/dom_storage_messages.h
parent02c34ca581112f8be2e777e37bf17956af25ea76 (diff)
downloadchromium_src-60a1d495e24ed67cd9c1559395d183cd8a85504f.zip
chromium_src-60a1d495e24ed67cd9c1559395d183cd8a85504f.tar.gz
chromium_src-60a1d495e24ed67cd9c1559395d183cd8a85504f.tar.bz2
Get rid of the render view id in localStorage IPCs as it's not used anymore
BUG=none TEST=none Review URL: http://codereview.chromium.org/7074022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/dom_storage_messages.h')
-rw-r--r--content/common/dom_storage_messages.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage_messages.h
index 77169ce..165e96b 100644
--- a/content/common/dom_storage_messages.h
+++ b/content/common/dom_storage_messages.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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 */,