| Index: remoting/host/win/host_service.rc
|
| diff --git a/chrome/test/data/resource.rc b/remoting/host/win/host_service.rc
|
| similarity index 67%
|
| copy from chrome/test/data/resource.rc
|
| copy to remoting/host/win/host_service.rc
|
| index bacb974db81f87f3395efbe49eb335f273290223..98e7a562f8e6c8ec743ac93f28646ab06593b230 100644
|
| --- a/chrome/test/data/resource.rc
|
| +++ b/remoting/host/win/host_service.rc
|
| @@ -1,15 +1,13 @@
|
| // Microsoft Visual C++ generated resource script.
|
| //
|
| -#include "ui/base/test/data/resource.h"
|
| +#include "host_service_resource.h"
|
|
|
| #define APSTUDIO_READONLY_SYMBOLS
|
| /////////////////////////////////////////////////////////////////////////////
|
| //
|
| // Generated from the TEXTINCLUDE 2 resource.
|
| //
|
| -#define APSTUDIO_HIDDEN_SYMBOLS
|
| -#include "windows.h"
|
| -#undef APSTUDIO_HIDDEN_SYMBOLS
|
| +#include "afxres.h"
|
|
|
| /////////////////////////////////////////////////////////////////////////////
|
| #undef APSTUDIO_READONLY_SYMBOLS
|
| @@ -29,20 +27,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
| // TEXTINCLUDE
|
| //
|
|
|
| -1 TEXTINCLUDE
|
| +1 TEXTINCLUDE
|
| BEGIN
|
| - "resource.h\0"
|
| + "host_service_resource.\0"
|
| END
|
|
|
| -2 TEXTINCLUDE
|
| +2 TEXTINCLUDE
|
| BEGIN
|
| - "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
| - "#include ""windows.h""\r\n"
|
| - "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
| + "#include ""afxres.h""\r\n"
|
| "\0"
|
| END
|
|
|
| -3 TEXTINCLUDE
|
| +3 TEXTINCLUDE
|
| BEGIN
|
| "\r\n"
|
| "\0"
|
| @@ -56,15 +52,15 @@ END
|
| // String Table
|
| //
|
|
|
| -STRINGTABLE
|
| +STRINGTABLE
|
| BEGIN
|
| - IDS_SIMPLE "Hello World!"
|
| - IDS_PLACEHOLDERS "Hello, $1. Your number is $2."
|
| - IDS_PLACEHOLDERS_2 "You owe me $$$1."
|
| - IDS_PLACEHOLDERS_3 "Hello, $2. Your number is $1."
|
| - IDS_LOCALE_BOOL "false"
|
| - IDS_LOCALE_INT "1"
|
| - IDS_LOCALE_STRING "hello"
|
| +#ifdef OFFICIAL_BUILD
|
| + IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service"
|
| + IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome Remote Desktop clients."
|
| +#else
|
| + IDS_DISPLAY_SERVICE_NAME "Chromoting Service"
|
| + IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chromoting clients."
|
| +#endif
|
| END
|
|
|
| #endif // English (U.S.) resources
|
|
|