Index: remoting/webapp/host_dispatcher.js |
diff --git a/remoting/webapp/host_dispatcher.js b/remoting/webapp/host_dispatcher.js |
index a5ea504ecefeb75345cae26f972260e61cfc49e9..0aa76b676979e5aa92058c871c03a1bb94243efa 100644 |
--- a/remoting/webapp/host_dispatcher.js |
+++ b/remoting/webapp/host_dispatcher.js |
@@ -87,6 +87,13 @@ remoting.HostDispatcher.prototype.tryToInitialize_ = function() { |
}; |
/** |
+ * @return {remoting.HostPlugin} |
+ */ |
+remoting.HostDispatcher.prototype.getNpapiHost = function() { |
+ return this.npapiHost_; |
+} |
+ |
+/** |
* @param {remoting.HostController.Feature} feature The feature to test for. |
* @param {function(boolean):void} onDone |
* @return {void} |
@@ -327,8 +334,8 @@ remoting.HostDispatcher.prototype.getUsageStatsConsent = |
}; |
/** |
- * This function installs the chromoting host using the NPAPI plugin and should |
- * only be called on Windows. |
+ * This function installs the host using the NPAPI plugin and should only be |
+ * called on Windows. |
* |
* @param {function(remoting.HostController.AsyncResult):void} onDone |
* @param {function(remoting.Error):void} onError |