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

Unified Diff: content/common/devtools_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/devtools_messages.h
diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
index 6adb62cd7bb527439a35e341cdddb03aad787736..47df66cfc2923558b79c7e345e4f83d66df88b2f 100644
--- a/content/common/devtools_messages.h
+++ b/content/common/devtools_messages.h
@@ -42,6 +42,7 @@
#include <map>
#include <string>
+#include "content/common/content_export.h"
#include "ipc/ipc_message_macros.h"
// Singly-included section.
@@ -52,6 +53,9 @@ typedef std::map<std::string, std::string> DevToolsRuntimeProperties;
#endif // CONTENT_COMMON_DEVTOOLS_MESSAGES_H_
+#undef IPC_MESSAGE_EXPORT
+#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
+
#define IPC_MESSAGE_START DevToolsMsgStart
// These are messages sent from DevToolsAgent to DevToolsClient through the

Powered by Google App Engine
This is Rietveld 408576698