| Index: remoting/webapp/crd/js/it2me_activity.js
|
| diff --git a/remoting/webapp/crd/js/it2me_activity.js b/remoting/webapp/crd/js/it2me_activity.js
|
| index 98b4bf58437d11e1fe126aa6ee3b9d2a34212ce0..4ee50c3b1bcf291d9df6e37d001b0fba7778c371 100644
|
| --- a/remoting/webapp/crd/js/it2me_activity.js
|
| +++ b/remoting/webapp/crd/js/it2me_activity.js
|
| @@ -66,6 +66,10 @@ remoting.It2MeActivity.prototype.start = function() {
|
| });
|
| };
|
|
|
| +remoting.It2MeActivity.prototype.stop = function() {
|
| + this.desktopActivity_.stop();
|
| +};
|
| +
|
| /**
|
| * @param {!remoting.Error} error
|
| */
|
|
|