Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: content/common/pepper_plugin_registry.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698