diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 23:47:49 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 23:47:49 +0000 |
commit | f3112a530100f9361f98c81aea8d9483a133a980 (patch) | |
tree | a6766b321c65636cfe96621ff54163e6fc1199f0 /content/browser/plugin_process_host.h | |
parent | 08202909defd4f7890548dc73f1ec4e58fd0aec7 (diff) | |
download | chromium_src-f3112a530100f9361f98c81aea8d9483a133a980.zip chromium_src-f3112a530100f9361f98c81aea8d9483a133a980.tar.gz chromium_src-f3112a530100f9361f98c81aea8d9483a133a980.tar.bz2 |
more content exports needed for unit_tests and browser_tests.
R=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8082019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.h')
-rw-r--r-- | content/browser/plugin_process_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h index 8cfc249..ae051ef 100644 --- a/content/browser/plugin_process_host.h +++ b/content/browser/plugin_process_host.h @@ -16,6 +16,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "content/browser/browser_child_process_host.h" +#include "content/common/content_export.h" #include "webkit/plugins/webplugininfo.h" #include "ui/gfx/native_widget_types.h" @@ -41,7 +42,7 @@ class GURL; // starting the plugin process when a plugin is created that doesn't already // have a process. After that, most of the communication is directly between // the renderer and plugin processes. -class PluginProcessHost : public BrowserChildProcessHost { +class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHost { public: class Client { public: |