summaryrefslogtreecommitdiffstats
path: root/remoting/host/elevated_controller_win.h
Commit message (Collapse)AuthorAgeFilesLines
* Merging IDaemonControl and IDaemonControlUi.alexeypa@chromium.org2012-05-141-5/+5
| | | | | | | | | BUG=127321 Review URL: https://chromiumcodereview.appspot.com/10392052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136945 0039d316-1c4b-4281-b951-d872f2087c98
* Make the PIN confirmation dialog focused properly.alexeypa@chromium.org2012-05-021-3/+8
| | | | | | | | | BUG=125242 Review URL: http://codereview.chromium.org/10269030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134997 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up remoting/remoting.gyp:alexeypa@chromium.org2012-04-051-1/+1
| | | | | | | | | | 1. The .IDL files should be compiled as part of a static library target to avoid translating the same IDL several times. This will also make ninja guys happier. :-) 2. The files created in the shared intermediate directory should mirror the folder structure under src. Review URL: http://codereview.chromium.org/9960031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130830 0039d316-1c4b-4281-b951-d872f2087c98
* Moved the Chromoting host configuration under %SystemDrive%\ProgramData and ↵alexeypa@chromium.org2012-04-041-0/+1
| | | | | | | | | | ACL-protected it explicitly. Raised the configuration size limit to 1MB. This CL also adds IDaemonControl::UpdateConfig stub to be used later for minor configuration changes (changing the host pin for instance). Review URL: https://chromiumcodereview.appspot.com/9963121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130558 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: The me2me host is now configurable from the web UI on Windows.alexeypa@chromium.org2012-03-301-16/+9
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129999 0039d316-1c4b-4281-b951-d872f2087c98
* Introducing the "elevated controller" - a COM server with elevation support ↵alexeypa@chromium.org2012-03-291-0/+60
that will be used to control the me2me host on Windows. Review URL: http://codereview.chromium.org/9791036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129576 0039d316-1c4b-4281-b951-d872f2087c98