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

Unified Diff: content/common/clipboard_messages.h

Issue 1162373002: Make some editing/selection functions accessible to c/b/renderer_host/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified wait implementations Created 5 years, 6 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/clipboard_messages.h
diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h
index 8e417c071f6f7be55d5e1d61b196ee1c396c1fa1..5c797f0a5cbae97a7d4123a7bb4a21f8197e9e5e 100644
--- a/content/common/clipboard_messages.h
+++ b/content/common/clipboard_messages.h
@@ -26,6 +26,9 @@ typedef std::map<base::string16, base::string16> CustomDataMap;
#endif // CONTENT_COMMON_CLIPBOARD_MESSAGES_H_
+#undef IPC_MESSAGE_EXPORT
+#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
+
sadrul 2015/06/30 22:01:18 ??
mohsen 2015/06/30 22:07:44 There was a link error for ClipboardHostMsg_WriteT
#define IPC_MESSAGE_START ClipboardMsgStart
IPC_ENUM_TRAITS_MAX_VALUE(content::ClipboardFormat,

Powered by Google App Engine
This is Rietveld 408576698