Index: remoting/webapp/crd/js/activity.js |
diff --git a/remoting/webapp/crd/js/activity.js b/remoting/webapp/crd/js/activity.js |
index 44e2fab03bb96d3b736877ec05e06edb117082e3..206073cd0938879d8e586356c7b1853d7c0710ff 100644 |
--- a/remoting/webapp/crd/js/activity.js |
+++ b/remoting/webapp/crd/js/activity.js |
@@ -29,4 +29,10 @@ remoting.Activity = function() {}; |
*/ |
remoting.Activity.prototype.start = function() {}; |
+/** |
+ * Cancels or disconnects a remote connection. |
+ * @return {void} |
+ */ |
+remoting.Activity.prototype.stop = function() {}; |
+ |
})(); |