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

Unified Diff: ppapi/proxy/broker_dispatcher.h

Issue 7687005: Create ppapi_proxy.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/broker_dispatcher.h
===================================================================
--- ppapi/proxy/broker_dispatcher.h (revision 98434)
+++ ppapi/proxy/broker_dispatcher.h (working copy)
@@ -11,7 +11,7 @@
namespace ppapi {
namespace proxy {
-class BrokerDispatcher : public ProxyChannel {
+class PPAPI_PROXY_EXPORT BrokerDispatcher : public ProxyChannel {
public:
virtual ~BrokerDispatcher();
@@ -40,7 +40,7 @@
};
// The dispatcher for the browser side of the broker channel.
-class BrokerHostDispatcher : public BrokerDispatcher {
+class PPAPI_PROXY_EXPORT BrokerHostDispatcher : public BrokerDispatcher {
public:
BrokerHostDispatcher(base::ProcessHandle remote_process_handle);
@@ -49,7 +49,7 @@
};
// The dispatcher for the broker side of the broker channel.
-class BrokerSideDispatcher : public BrokerDispatcher {
+class PPAPI_PROXY_EXPORT BrokerSideDispatcher : public BrokerDispatcher {
public:
BrokerSideDispatcher(base::ProcessHandle remote_process_handle,
PP_ConnectInstance_Func connect_instance);
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698