Chromium Code Reviews| Index: remoting/host/win/host_service.h |
| diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h |
| index 5ff5a79ac0c54e3b33f156f7a7dd481c87710e12..2a8700c90b41beda275eaefd0914ffc4dd20e621 100644 |
| --- a/remoting/host/win/host_service.h |
| +++ b/remoting/host/win/host_service.h |
| @@ -61,6 +61,9 @@ class HostService : public WtsConsoleMonitor { |
| // RunAsService() and RunInConsole(). |
| void RunMessageLoop(MessageLoop* message_loop); |
| + // Runs the specified binary elevated. |
|
Wez
2012/08/14 01:08:59
nit: There is no parameter; where is the binary sp
alexeypa (please no reviews)
2012/08/14 05:43:22
Done.
|
| + int Elevate(); |
| + |
| // This function handshakes with the service control manager and starts |
| // the service. |
| int RunAsService(); |