summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 04:48:29 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 04:48:29 +0000
commit59afea10340a818ba11114af6aaeb84125585172 (patch)
tree6b89a59af2f7fedaa3787889569ad146f1df3338 /chrome/common/render_messages_internal.h
parent269cba58576443c84e9e6134da52fe66dd3d9164 (diff)
downloadchromium_src-59afea10340a818ba11114af6aaeb84125585172.zip
chromium_src-59afea10340a818ba11114af6aaeb84125585172.tar.gz
chromium_src-59afea10340a818ba11114af6aaeb84125585172.tar.bz2
The final step in making session storage cross-process. Remove dead code and do a bit of refactoring. Use the recently added session_storage_namespace_id_.
Next steps: a bit more testing then I think we're ready to take it out from behind its flag! TEST=none BUG=none Review URL: http://codereview.chromium.org/523117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 2129da5..6f74aa7 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1859,17 +1859,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
IPC_MESSAGE_CONTROL1(ViewHostMsg_SetCacheMode,
bool /* enabled */)
- // There's one LocalStorage namespace per profile and one SessionStorage
- // namespace per tab. This will find or create the proper namespace.
- IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_DOMStorageNamespaceId,
- DOMStorageType /* storage_type */,
- int64 /* new_namespace_id */)
-
- // Used by SessionStorage to clone a namespace per the spec.
- IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_DOMStorageCloneNamespaceId,
- int64 /* namespace_id to clone */,
- int64 /* new_namespace_id */)
-
// Get the storage area id for a particular origin within a namespace.
IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_DOMStorageStorageAreaId,
int64 /* namespace_id */,