| Index: remoting/webapp/host_controller.js
|
| diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
|
| index 056cdd9eef0999c4e1cda72769c950f4dfb97c11..70cf69e1caf9b2b342930f1fd881a7473d2a7823 100644
|
| --- a/remoting/webapp/host_controller.js
|
| +++ b/remoting/webapp/host_controller.js
|
| @@ -12,6 +12,13 @@ remoting.HostController = function() {
|
| this.hostDispatcher_ = this.createDispatcher_();
|
| };
|
|
|
| +/**
|
| + * @return {remoting.HostDispatcher}
|
| + */
|
| +remoting.HostController.prototype.getDispatcher = function() {
|
| + return this.hostDispatcher_;
|
| +};
|
| +
|
| // Note that the values in the enums below are copied from
|
| // daemon_controller.h and must be kept in sync.
|
| /** @enum {number} */
|
|
|