From 8d128d6b9ef0096c874fafb9f80cbb5a03c98f4c Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Tue, 13 Sep 2011 22:11:57 +0000 Subject: Annotate all of the functions in content that need to be exported, in preparation for creating a content shared library. R=darin@chromium.org, jam@chromium.org, willchan@chromium.org BUG=90442 TEST=everything still compiles Review URL: http://codereview.chromium.org/7800015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100975 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/renderer_host/render_process_host.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content/browser/renderer_host/render_process_host.h') diff --git a/content/browser/renderer_host/render_process_host.h b/content/browser/renderer_host/render_process_host.h index 2262024..2164634 100644 --- a/content/browser/renderer_host/render_process_host.h +++ b/content/browser/renderer_host/render_process_host.h @@ -13,6 +13,7 @@ #include "base/process.h" #include "base/process_util.h" #include "base/time.h" +#include "content/common/content_export.h" #include "ipc/ipc_channel_proxy.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/surface/transport_dib.h" @@ -38,8 +39,8 @@ class URLRequestContextGetter; // The concrete implementation of this class for normal use is the // BrowserRenderProcessHost. It may also be implemented by a testing interface // for mocking purposes. -class RenderProcessHost : public IPC::Channel::Sender, - public IPC::Channel::Listener { +class CONTENT_EXPORT RenderProcessHost : public IPC::Channel::Sender, + public IPC::Channel::Listener { public: typedef IDMap::iterator iterator; -- cgit v1.1