Index: content/renderer/render_view.h |
diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h |
index 8f95fb3a95fc83b72491558ad657eeb2603d4620..e595f20f39f27e5b013d663d26068b14877d23a0 100644 |
--- a/content/renderer/render_view.h |
+++ b/content/renderer/render_view.h |
@@ -344,11 +344,11 @@ class RenderView : public RenderWidget, |
// |actual_mime_type| is the actual mime type supported by the |
// plugin found that match the URL given (one for each item in |
// |info|). |
- bool GetPluginInfo(const GURL& url, |
- const GURL& page_url, |
- const std::string& mime_type, |
- webkit::WebPluginInfo* plugin_info, |
- std::string* actual_mime_type); |
+ CONTENT_EXPORT bool GetPluginInfo(const GURL& url, |
+ const GURL& page_url, |
+ const std::string& mime_type, |
+ webkit::WebPluginInfo* plugin_info, |
+ std::string* actual_mime_type); |
// Asks the host to create a block of shared memory for the renderer. |
// The shared memory handle allocated by the host is returned back. |