| Index: remoting/webapp/crd/js/host_controller.js
|
| diff --git a/remoting/webapp/crd/js/host_controller.js b/remoting/webapp/crd/js/host_controller.js
|
| index 613396946471ca1a6c624bbc5d211e4e388de721..42f55d150a00c0fb9b1501cad4fbec58095ca0c8 100644
|
| --- a/remoting/webapp/crd/js/host_controller.js
|
| +++ b/remoting/webapp/crd/js/host_controller.js
|
| @@ -56,8 +56,7 @@ remoting.HostController.State.fromString = function(state) {
|
| remoting.HostController.AsyncResult = {
|
| OK: 0,
|
| FAILED: 1,
|
| - CANCELLED: 2,
|
| - FAILED_DIRECTORY: 3
|
| + CANCELLED: 2
|
| };
|
|
|
| /**
|
|
|