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

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

Issue 1272833002: Pass error messages from native messaging to web-app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix start_host. Created 5 years, 4 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
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
};
/**

Powered by Google App Engine
This is Rietveld 408576698