From bac33eb460f7c94be8d30613ea8ed8804d63d23d Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 4 May 2011 01:47:49 +0000 Subject: Chrome side to allow WebKit layer to use WebPermissionClient to check if access to local storage is allowed. Review URL: http://codereview.chromium.org/6915017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84023 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/dom_storage_messages.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/common/dom_storage_messages.h') diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage_messages.h index 9d656f6..77169ce 100644 --- a/content/common/dom_storage_messages.h +++ b/content/common/dom_storage_messages.h @@ -3,7 +3,7 @@ // found in the LICENSE file. // Multiply-included message file, no traditional include guard. -#include "content/common/dom_storage_common.h" +#include "content/common/common_param_traits.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_macros.h" #include "ipc/ipc_param_traits.h" @@ -32,7 +32,6 @@ IPC_STRUCT_BEGIN(DOMStorageMsg_Event_Params) IPC_STRUCT_MEMBER(DOMStorageType, storage_type) IPC_STRUCT_END() -IPC_ENUM_TRAITS(DOMStorageType) IPC_ENUM_TRAITS(WebKit::WebStorageArea::Result) // DOM Storage messages sent from the browser to the renderer. -- cgit v1.1