diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-04 01:47:49 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-04 01:47:49 +0000 |
commit | bac33eb460f7c94be8d30613ea8ed8804d63d23d (patch) | |
tree | 4f78120f455c86ff734f018a67b542668a17e302 /content/common/dom_storage_messages.h | |
parent | ec0800709c0aec729385fe4dce1f9ee578b061c8 (diff) | |
download | chromium_src-bac33eb460f7c94be8d30613ea8ed8804d63d23d.zip chromium_src-bac33eb460f7c94be8d30613ea8ed8804d63d23d.tar.gz chromium_src-bac33eb460f7c94be8d30613ea8ed8804d63d23d.tar.bz2 |
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
Diffstat (limited to 'content/common/dom_storage_messages.h')
-rw-r--r-- | content/common/dom_storage_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
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. |