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

Unified Diff: content/common/pepper_messages.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports 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
Index: content/common/pepper_messages.h
diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h
index b89705eaf11fb919147f6753253e92f8fe4405b0..f702ee65d1716d775034f4b87cf083c4f3acd48f 100644
--- a/content/common/pepper_messages.h
+++ b/content/common/pepper_messages.h
@@ -3,11 +3,14 @@
// found in the LICENSE file.
// Multiply-included message file, no traditional include guard
+#include "content/common/content_export.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_platform_file.h"
#include "ppapi/c/private/ppb_flash_net_connector.h"
#include "ppapi/proxy/ppapi_param_traits.h"
+#undef IPC_MESSAGE_EXPORT
+#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
#define IPC_MESSAGE_START PepperMsgStart
// Pepper (non-file-system) messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698