| Index: remoting/webapp/crd/js/client_plugin.js
|
| diff --git a/remoting/webapp/crd/js/client_plugin.js b/remoting/webapp/crd/js/client_plugin.js
|
| index 325117f51713e10483b74356dfe00193b631dc1a..fd2cb82f52ad9dcd8e3c1e31d7c2ec083b4a1f78 100644
|
| --- a/remoting/webapp/crd/js/client_plugin.js
|
| +++ b/remoting/webapp/crd/js/client_plugin.js
|
| @@ -101,6 +101,13 @@ remoting.ClientPlugin.prototype.sendClipboardItem =
|
| function(mimeType, item) {};
|
|
|
| /**
|
| + * Notifies the plugin whether to send touch events to the host.
|
| + *
|
| + * @param {boolean} True if touch events should be sent.
|
| + */
|
| +remoting.ClientPlugin.prototype.enableTouchEvents = function(enable) {};
|
| +
|
| +/**
|
| * Request that this client be paired with the current host.
|
| *
|
| * @param {string} clientName The human-readable name of the client.
|
|
|