| Index: remoting/webapp/base/js/client_plugin.js
|
| diff --git a/remoting/webapp/base/js/client_plugin.js b/remoting/webapp/base/js/client_plugin.js
|
| index 7a897f2c745c2dbadb48c1877590eebe2b7fb7b2..1044280ce4baa285b8db6c4db1f9e1db6c3af861 100644
|
| --- a/remoting/webapp/base/js/client_plugin.js
|
| +++ b/remoting/webapp/base/js/client_plugin.js
|
| @@ -116,6 +116,13 @@ remoting.ClientPlugin.prototype.sendClipboardItem =
|
| function(mimeType, item) {};
|
|
|
| /**
|
| + * Notifies the plugin whether to send touch events to the host.
|
| + *
|
| + * @param {boolean} enable 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.
|
|
|