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..ea17e1f70b08cf9b39e1c32995fa26f7a8a2c064 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 binary specified in the command line elevated. |
Wez
2012/08/15 23:22:20
nit: "Runs the binary specified by the command lin
alexeypa (please no reviews)
2012/08/15 23:55:50
Done.
|
+ int Elevate(); |
+ |
// This function handshakes with the service control manager and starts |
// the service. |
int RunAsService(); |