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

Side by Side Diff: remoting/host/setup/win/host_configurer_resource.h

Issue 11090063: [Chromoting] Add a simple Windows app that registers and starts a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
OLDNEW
(Empty)
1 #define IDD_MAIN 101
Sergey Ulanov 2012/10/11 01:15:24 We shouldn't need this file if you move resources
simonmorris 2012/10/11 21:27:35 This can be addressed in a separate CL, when we've
2 #define IDC_START_HOST 102
3 #define IDC_STOP_HOST 103
4 #define IDD_START_HOST 104
5 #define IDC_HOST_NAME_LABEL 105
6 #define IDC_HOST_NAME 106
7 #define IDC_PIN_LABEL 107
8 #define IDC_PIN 108
9 #define IDC_CONFIRM_PIN_LABEL 109
10 #define IDC_CONFIRM_PIN 110
11 #define IDC_CONSENT 111
12 #define IDS_TITLE 112
13 #define IDS_SAME_PIN 113
14 #define IDS_HOST_START_SUCCEEDED 114
15 #define IDS_HOST_START_FAILED 115
16 #define IDS_INVALID_PIN 116
17 #define IDS_USE_BROWSER 117
18 #define IDC_CHANGE_PIN 118
19 #define IDS_CONSENT 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698