diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 23:01:45 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 23:01:45 +0000 |
commit | c3041a1ecdbaf632afccdc3643b887e0f1d80693 (patch) | |
tree | 390cd64c70edaae88ccbad4faf867c2c5031b110 /remoting/host/host_ui_resource.h | |
parent | b388e926b70990b6be241c3c81281725ac0bca35 (diff) | |
download | chromium_src-c3041a1ecdbaf632afccdc3643b887e0f1d80693.zip chromium_src-c3041a1ecdbaf632afccdc3643b887e0f1d80693.tar.gz chromium_src-c3041a1ecdbaf632afccdc3643b887e0f1d80693.tar.bz2 |
Chromoting: the Me2me host (on Mac and Windows) now presents a notification on the console allowing a user to disconnect an incoming session.
BUG=127321,127322
Review URL: https://chromiumcodereview.appspot.com/10384127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/host_ui_resource.h')
-rw-r--r-- | remoting/host/host_ui_resource.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/remoting/host/host_ui_resource.h b/remoting/host/host_ui_resource.h new file mode 100644 index 0000000..6704a27 --- /dev/null +++ b/remoting/host/host_ui_resource.h @@ -0,0 +1,27 @@ +// 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. + +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by host_ui.rc +// +#define IDD_DISCONNECT 101 +#define IDD_CONTINUE 102 +#define IDC_DISCONNECT 1001 +#define IDC_DISCONNECT_SHARINGWITH 1002 +#define IDC_DISCONNECT_USERNAME 1003 +#define IDC_CONTINUE_MESSAGE 1004 +#define IDC_CONTINUE_DEFAULT 1005 +#define IDC_CONTINUE_CANCEL 1007 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 103 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1006 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |