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..411c5535f393bcdfcb51249196b17f1b7a8b5c7f 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 that touch events should be handled by the plugin. |
Wez
2015/03/30 17:10:07
nit: No need for two mentions of "plugin". ;) e.g.
Rintaro Kuroiwa
2015/04/08 03:27:43
Done.
|
+ * |
+ * @return {void} Nothing. |
+ */ |
+remoting.ClientPlugin.prototype.enableTouchEvents = function() {}; |
+ |
+/** |
* Request that this client be paired with the current host. |
* |
* @param {string} clientName The human-readable name of the client. |