| Index: content/renderer/render_view.h
|
| diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h
|
| index 5791ca05c7c7f3cb905ad77db61ddc291bea3eba..c189aaa64f985e4973708550017b32774dab64a4 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.
|
|
|