Index: remoting/webapp/crd/js/mock_client_plugin.js |
diff --git a/remoting/webapp/crd/js/mock_client_plugin.js b/remoting/webapp/crd/js/mock_client_plugin.js |
index 68be5e161fbda229f763b2d36d157e836e8fde5b..29a9a90f30bd3848a089fa639a5dfc19e82194fb 100644 |
--- a/remoting/webapp/crd/js/mock_client_plugin.js |
+++ b/remoting/webapp/crd/js/mock_client_plugin.js |
@@ -109,6 +109,9 @@ remoting.MockClientPlugin.prototype.hasCapability = function(capability) { |
remoting.MockClientPlugin.prototype.sendClipboardItem = |
function(mimeType, item) {}; |
+remoting.MockClientPlugin.prototype.enableTouchEvents = |
+ function(enable) {}; |
+ |
remoting.MockClientPlugin.prototype.requestPairing = |
function(clientName, onDone) {}; |
@@ -292,4 +295,4 @@ remoting.MockClientPlugin.AuthMethod = { |
PIN: 'pin', |
THIRD_PARTY: 'thirdParty', |
PAIRING: 'pairing' |
-}; |
+}; |