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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
2 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
3 Warning=0x2:STATUS_SEVERITY_WARNING
4 Error=0x3:STATUS_SEVERITY_ERROR)
5
6 FacilityNames=(Host=0x0:FACILITY_HOST)
7
8 LanguageNames=(English=0x409:MSG00409)
9
10 ; // The categories of events.
11 MessageIdTypedef=WORD
12
13 MessageId=0x1
14 SymbolicName=HOST_CATEGORY
15 Language=English
16 Host
17 .
18
19
20 ; // The message definitions.
21 MessageIdTypedef=DWORD
22
23 MessageId=1
24 Severity=Informational
25 Facility=Host
26 SymbolicName=MSG_HOST_CLIENT_CONNECTED
27 Language=English
28 Client connected: %1.
29 .
30
31 MessageId=2
32 Severity=Informational
33 Facility=Host
34 SymbolicName=MSG_HOST_CLIENT_DISCONNECTED
35 Language=English
36 Client disconnected: %1.
37 .
38
39 MessageId=3
40 Severity=Error
41 Facility=Host
42 SymbolicName=MSG_HOST_CLIENT_ACCESS_DENIED
43 Language=English
44 Access denied for client: %1.
45 .
46
47 MessageId=4
48 Severity=Informational
49 Facility=Host
50 SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED
51 Language=English
52 Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4'.
53 .
OLDNEW
« 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