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

Unified Diff: content/browser/plugin_loader_posix.h

Issue 8430025: Add a couple of linux-specific exports for the content component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_loader_posix.h
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h
index 1af295799eabe21e4cfd56de7a04065f250c4c42..97fe8bb5355c43bac3b7f6ff780e6b3e75031aaa 100644
--- a/content/browser/plugin_loader_posix.h
+++ b/content/browser/plugin_loader_posix.h
@@ -42,8 +42,8 @@ class MessageLoopProxy;
// 5. This algorithm continues until the canonical list has been walked to the
// end, after which the list of loaded plugins is set on the PluginList and
// the completion callback is run.
-class PluginLoaderPosix : public UtilityProcessHost::Client,
- IPC::Message::Sender {
+class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client,
+ IPC::Message::Sender {
public:
PluginLoaderPosix();
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698