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

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

Issue 2326553003: Adding a Confirmation dialog for It2Me on Windows (Closed)
Patch Set: Addressing CR feedback Created 4 years, 3 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.jinja2 ('k') | no next file » | 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/win/core_resource.h b/remoting/host/win/core_resource.h
index af27a0ebe37fa5e09b558c07d116994ed702474c..3b15f6fb30622fe67e5dc5980138bce56bf064b5 100644
--- a/remoting/host/win/core_resource.h
+++ b/remoting/host/win/core_resource.h
@@ -23,6 +23,12 @@
#define IDD_DISCONNECT 110
#define IDD_CONTINUE 111
+#define IDI_CHROME_REMOTE_DESKTOP 112
+#define IDS_PRODUCT_NAME 113
+#define IDS_SHARE_CONFIRM_DIALOG_MESSAGE 114
+#define IDS_SHARE_CONFIRM_DIALOG_MESSAGE_WITH_USERNAME 115
+#define IDS_SHARE_CONFIRM_DIALOG_CONFIRM 116
+#define IDS_SHARE_CONFIRM_DIALOG_DECLINE 117
#define IDC_DISCONNECT 1001
#define IDC_DISCONNECT_SHARINGWITH 1002
#define IDC_DISCONNECT_USERNAME 1003
@@ -34,7 +40,7 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 112
+#define _APS_NEXT_RESOURCE_VALUE 118
#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.jinja2 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698