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..e3b00b36e0650ff4a7806ea6076b012c36e9ee77 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) {}; |
/** |
+ * Requests that the plugin handle touch input natively. |
Wez
2015/04/09 22:59:00
Didn't we say we were adding an |enable| parameter
Rintaro Kuroiwa
2015/04/20 18:20:03
Oh I see. I thought you meant we could disable it
|
+ * |
+ * @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. |