| Index: remoting/host/win/elevated_controller_resource.h
|
| diff --git a/remoting/host/win/elevated_controller_resource.h b/remoting/host/win/elevated_controller_resource.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ec64d5bd92a091ae4a8ef8ee2d68c0bc39c044e7
|
| --- /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_
|
|
|