Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: remoting/webapp/crd/js/mock_client_plugin.js

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change setter to public and add license header Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/base/js/client_session_factory.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
-};
+};
« no previous file with comments | « remoting/webapp/base/js/client_session_factory.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698