diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:41:46 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:41:46 +0000 |
commit | 7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b (patch) | |
tree | 1a75b53cdf901b6a560bcf5ddbe84ec7a3e8c9c0 /ipc/ipc_channel_proxy.h | |
parent | edd685f15dfd2841aaeddab567aea0623db1ae69 (diff) | |
download | chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.zip chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.tar.gz chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.tar.bz2 |
Create ipc.dll.
Review URL: http://codereview.chromium.org/7633042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel_proxy.h')
-rw-r--r-- | ipc/ipc_channel_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h index bcdeaac..0473e0c 100644 --- a/ipc/ipc_channel_proxy.h +++ b/ipc/ipc_channel_proxy.h @@ -47,14 +47,14 @@ class SendTask; // The consumer of IPC::ChannelProxy is responsible for allocating the Thread // instance where the IPC::Channel will be created and operated. // -class ChannelProxy : public Message::Sender { +class IPC_EXPORT ChannelProxy : public Message::Sender { public: struct MessageFilterTraits; // A class that receives messages on the thread where the IPC channel is // running. It can choose to prevent the default action for an IPC message. - class MessageFilter + class IPC_EXPORT MessageFilter : public base::RefCountedThreadSafe<MessageFilter, MessageFilterTraits> { public: MessageFilter(); |