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

Unified Diff: remoting/host/remoting_host_messages.mc

Issue 9567010: Making the me2me host compiling and running on Windows. This includes making it a window applicatio… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 10 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
« no previous file with comments | « remoting/host/host_event_logger_win.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/remoting_host_messages.mc
diff --git a/remoting/host/remoting_host_messages.mc b/remoting/host/remoting_host_messages.mc
new file mode 100644
index 0000000000000000000000000000000000000000..95d9b9e0a6fbe494281f43b511e1b84494b040f1
--- /dev/null
+++ b/remoting/host/remoting_host_messages.mc
@@ -0,0 +1,53 @@
+SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
+ Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
+ Warning=0x2:STATUS_SEVERITY_WARNING
+ Error=0x3:STATUS_SEVERITY_ERROR)
+
+FacilityNames=(Host=0x0:FACILITY_HOST)
+
+LanguageNames=(English=0x409:MSG00409)
+
+; // The categories of events.
+MessageIdTypedef=WORD
+
+MessageId=0x1
+SymbolicName=HOST_CATEGORY
+Language=English
+Host
+.
+
+
+; // The message definitions.
+MessageIdTypedef=DWORD
+
+MessageId=1
+Severity=Informational
+Facility=Host
+SymbolicName=MSG_HOST_CLIENT_CONNECTED
+Language=English
+Client connected: %1.
+.
+
+MessageId=2
+Severity=Informational
+Facility=Host
+SymbolicName=MSG_HOST_CLIENT_DISCONNECTED
+Language=English
+Client disconnected: %1.
+.
+
+MessageId=3
+Severity=Error
+Facility=Host
+SymbolicName=MSG_HOST_CLIENT_ACCESS_DENIED
+Language=English
+Access denied for client: %1.
+.
+
+MessageId=4
+Severity=Informational
+Facility=Host
+SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED
+Language=English
+Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4'.
+.
« no previous file with comments | « remoting/host/host_event_logger_win.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698