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

Unified Diff: remoting/host/win/core_resource.h

Issue 11970044: Merged all Chromoting Host code into remoting_core.dll (Windows). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Rebased. Debug is compilable. Created 7 years, 11 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/win/core.rc ('k') | remoting/host/win/daemon_process_entry_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/core_resource.h
diff --git a/remoting/host/host_ui_resource.h b/remoting/host/win/core_resource.h
similarity index 52%
rename from remoting/host/host_ui_resource.h
rename to remoting/host/win/core_resource.h
index 6704a27ebea893c21524e331b8e5b115f9f5768f..4d933343d087ae0bdae3102ec39701ffbf73aa41 100644
--- a/remoting/host/host_ui_resource.h
+++ b/remoting/host/win/core_resource.h
@@ -4,10 +4,25 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by host_ui.rc
+// Used by host_service.rc
//
-#define IDD_DISCONNECT 101
-#define IDD_CONTINUE 102
+
+// N.B. Values of |IDS_DISPLAY_SERVICE_NAME|, |IDS_SERVICE_DESCRIPTION|,
+// |IDS_CONTROLLER| and |IDD_VERIFY_CONFIG_DIALOG| are hardcoded in
+// remoting/host/install/chromoting.wxs. Make sure the values below and in
+// the installation script match.
+#define IDS_DISPLAY_SERVICE_NAME 101
+#define IDS_SERVICE_DESCRIPTION 102
+#define IDS_CONTROLLER 103
+#define IDD_VERIFY_CONFIG_DIALOG 104
+#define IDC_MESSAGE 105
+#define IDC_EMAIL 106
+#define IDC_PIN 107
+#define IDC_EMAIL_LABEL 108
+#define IDC_PIN_LABEL 109
+
+#define IDD_DISCONNECT 110
+#define IDD_CONTINUE 111
#define IDC_DISCONNECT 1001
#define IDC_DISCONNECT_SHARINGWITH 1002
#define IDC_DISCONNECT_USERNAME 1003
@@ -19,7 +34,7 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1006
#define _APS_NEXT_SYMED_VALUE 101
« no previous file with comments | « remoting/host/win/core.rc ('k') | remoting/host/win/daemon_process_entry_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698