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

Unified Diff: remoting/host/plugin/host_plugin_resource.h

Issue 7219002: Chromoting's ContinueWindow implementation for Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/plugin/host_plugin.rc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_plugin_resource.h
===================================================================
--- remoting/host/plugin/host_plugin_resource.h (revision 89904)
+++ remoting/host/plugin/host_plugin_resource.h (working copy)
@@ -3,17 +3,20 @@
// Used by host_plugin.rc
//
#define IDD_DISCONNECT 101
+#define IDD_CONTINUE 102
#define IDC_DISCONNECT 1001
-#define IDC_SHARINGWITH 1002
-#define IDC_USERNAME 1003
+#define IDC_DISCONNECT_SHARINGWITH 1002
+#define IDC_DISCONNECT_USERNAME 1003
+#define IDC_CONTINUE_TEXT 1004
+#define IDC_CONTINUE 1005
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1004
+#define _APS_NEXT_CONTROL_VALUE 1006
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
« no previous file with comments | « remoting/host/plugin/host_plugin.rc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698