| Index: remoting/host/plugin/host_script_object.h
|
| diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
|
| index 66fd1026c7f839f3b1fa105a9f09151479a995a7..d31d9aef84d154ba656a63642021502a9a532b79 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -145,6 +145,12 @@ class HostNPScriptObject : public It2MeHost::Observer {
|
| uint32_t arg_count,
|
| NPVariant* result);
|
|
|
| + // Download and install the host component.
|
| + // function(number) done_callback
|
| + bool InstallHost(const NPVariant* args,
|
| + uint32_t arg_count,
|
| + NPVariant* result);
|
| +
|
| // Start the daemon process with the specified config. Args are:
|
| // string config
|
| // function(number) done_callback
|
|
|