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

Unified Diff: chrome/common/service_messages.h

Issue 5955001: Remove chromoting host registration from service process. More IPCs to control (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merges Created 10 years 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 | « chrome/common/remoting/chromoting_host_info.h ('k') | chrome/common/service_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_messages.h
diff --git a/chrome/common/service_messages.h b/chrome/common/service_messages.h
index 1c23ead08e2db0ba38522b78c3eb84f293524cb2..1f8d75ef495f2549e94f29fcdabe871193d28b28 100644
--- a/chrome/common/service_messages.h
+++ b/chrome/common/service_messages.h
@@ -7,5 +7,20 @@
#include "chrome/common/service_messages_internal.h"
-#endif // CHROME_COMMON_SERVICE_MESSAGES_H_
+namespace remoting {
+struct ChromotingHostInfo;
+} // namespace remoting
+
+namespace IPC {
+
+template <>
+struct ParamTraits<remoting::ChromotingHostInfo> {
+ typedef remoting::ChromotingHostInfo param_type;
+ static void Write(Message* m, const param_type& p);
+ static bool Read(const Message* m, void** iter, param_type* p);
+ static void Log(const param_type& p, std::string* l);
+};
+} // namespace IPC
+
+#endif // CHROME_COMMON_SERVICE_MESSAGES_H_
« no previous file with comments | « chrome/common/remoting/chromoting_host_info.h ('k') | chrome/common/service_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698