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

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

Issue 1687543004: Remove AsyncResult::RESULT_FAILED_DIRECTORY (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/host/setup/me2me_native_messaging_host.cc ('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/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
};
/**
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698