summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-02-05 12:53:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-05 20:59:25 +0000
commita2393b57066b82d6622d87c4a5917cc1997bb66c (patch)
treec568fcdee8aede64335100758fa09b0e3f1e8b6d /remoting/resources
parentfdd4fc741f5797719784f46799051c31e50ce09f (diff)
downloadchromium_src-a2393b57066b82d6622d87c4a5917cc1997bb66c.zip
chromium_src-a2393b57066b82d6622d87c4a5917cc1997bb66c.tar.gz
chromium_src-a2393b57066b82d6622d87c4a5917cc1997bb66c.tar.bz2
Creating remote_security_key target and initial exe shell
This change adds the build targets and base files for the remote_security_key process. Future CLs will build on this and add additional functionality. The new exe will invoke an entry point exposed on remoting_core.dll, this mimics the pattern used for other host related executables that share code. For now the remote_security_key target will only build for Windows although a future CL will also add it for Mac. BUG=584463 Review URL: https://codereview.chromium.org/1665393002 Cr-Commit-Position: refs/heads/master@{#373903}
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/remoting_strings.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index f23825c..99dc565 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -1086,6 +1086,9 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message name="IDS_REMOTING_REMOTE_ASSISTANCE_HOST_DESCRIPTION" desc="The file description specified in the version information of remote_assistance_host.exe.">
Native messaging host for remote assistance
</message>
+ <message name="IDS_REMOTING_REMOTE_SECURITY_KEY_DESCRIPTION" desc="The file description specified in the version information of remote_security_key.exe.">
+ Security Key Remoting Process
+ </message>
<message name="IDS_REMOTING_HOST_COMMAND_DESCRIPTION" desc="The file description specified in the version information of remoting_host_command.exe. The Chrome Remote Desktop host allows a user to connect to their computer remotely (it 'hosts' a connection from a remote computer).">
Application to issue commands to Chrome remote desktop host.
</message>