diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 05:17:08 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 05:17:08 +0000 |
commit | 0f4411d4694436df07b26804bf774fa53cef9b8b (patch) | |
tree | d8020ae8130b8ecd82b5dfbf33e73b36b15bec03 /remoting/host/win/elevated_controller_resource.h | |
parent | eb2ef21c332ae0de01e236699e1a46003941897c (diff) | |
download | chromium_src-0f4411d4694436df07b26804bf774fa53cef9b8b.zip chromium_src-0f4411d4694436df07b26804bf774fa53cef9b8b.tar.gz chromium_src-0f4411d4694436df07b26804bf774fa53cef9b8b.tar.bz2 |
Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."
This reverts commit r179226.
Broke mac dbg build.
> Merged all Chromoting Host code into remoting_core.dll (Windows).
>
> Consolidated all installable Chromoting Host core into remoting_core.dll and converted all executables into thin wrappers around entry points exposed by remoting_core.dll. This reduces size of the installer by approximately 600KB.
>
> BUG=170200
>
> Review URL: https://chromiumcodereview.appspot.com/11970044
TBR=alexeypa@chromium.org
Review URL: https://codereview.chromium.org/12094024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/win/elevated_controller_resource.h')
-rw-r--r-- | remoting/host/win/elevated_controller_resource.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/remoting/host/win/elevated_controller_resource.h b/remoting/host/win/elevated_controller_resource.h new file mode 100644 index 0000000..ec64d5b --- /dev/null +++ b/remoting/host/win/elevated_controller_resource.h @@ -0,0 +1,19 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H_ +#define REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H_ + +// N.B. Values of both |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_CONTROLLER 100 +#define IDD_VERIFY_CONFIG_DIALOG 101 +#define IDC_MESSAGE 102 +#define IDC_EMAIL 103 +#define IDC_PIN 104 +#define IDC_EMAIL_LABEL 105 +#define IDC_PIN_LABEL 106 + +#endif // REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H_ |