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

Unified Diff: content/common/plugin_messages.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main 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
Index: content/common/plugin_messages.h
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
index c3c7ed1e1a8576f1dea3299a2ee95942bc07fc59..18487364593f959bc79af6bb0003a79377a19fff 100644
--- a/content/common/plugin_messages.h
+++ b/content/common/plugin_messages.h
@@ -5,6 +5,7 @@
// Multiply-included message file, hence no include guard.
#include "build/build_config.h"
+#include "content/common/content_export.h"
#include "content/common/common_param_traits.h"
darin (slow to review) 2011/09/04 15:41:04 nit: "common" before "content"
Dirk Pranke 2011/09/07 01:46:07 Done.
#include "content/common/webkit_param_traits.h"
#include "ipc/ipc_channel_handle.h"
@@ -17,6 +18,9 @@
#include "base/file_descriptor_posix.h"
#endif
+#undef IPC_MESSAGE_EXPORT
+#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
+
#define IPC_MESSAGE_START PluginMsgStart
IPC_STRUCT_BEGIN(PluginMsg_Init_Params)

Powered by Google App Engine
This is Rietveld 408576698