| Index: content/common/pepper_plugin_registry.h
|
| diff --git a/content/common/pepper_plugin_registry.h b/content/common/pepper_plugin_registry.h
|
| index d714e2f8185ea3d6f686fa337c1e1f3ac3029e9e..ee2404a4dcac0128e56b9b785e32ee9dd5f4de7c 100644
|
| --- a/content/common/pepper_plugin_registry.h
|
| +++ b/content/common/pepper_plugin_registry.h
|
| @@ -12,12 +12,13 @@
|
| #include <vector>
|
|
|
| #include "base/file_path.h"
|
| +#include "content/common/content_export.h"
|
| #include "ppapi/proxy/proxy_channel.h"
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
| #include "webkit/plugins/ppapi/plugin_module.h"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| -struct PepperPluginInfo {
|
| +struct CONTENT_EXPORT PepperPluginInfo {
|
| PepperPluginInfo();
|
| ~PepperPluginInfo();
|
|
|
| @@ -71,7 +72,8 @@ class PepperPluginRegistry
|
| // has no need to load the pepper plugin modules. It will re-compute the
|
| // plugin list every time it is called. Generally, code in the registry should
|
| // be using the cached plugin_list_ instead.
|
| - static void ComputeList(std::vector<PepperPluginInfo>* plugins);
|
| + CONTENT_EXPORT static void ComputeList(
|
| + std::vector<PepperPluginInfo>* plugins);
|
|
|
| // Loads the (native) libraries but does not initialize them (i.e., does not
|
| // call PPP_InitializeModule). This is needed by the zygote on Linux to get
|
|
|