Index: remoting/host/setup/daemon_controller.h |
diff --git a/remoting/host/setup/daemon_controller.h b/remoting/host/setup/daemon_controller.h |
index 37f9c3621f005d1daf2dde3042927e760d5bd585..52ab0d15f1996bb0f9ff52ed1de72ec1d5a445d7 100644 |
--- a/remoting/host/setup/daemon_controller.h |
+++ b/remoting/host/setup/daemon_controller.h |
@@ -58,9 +58,6 @@ class DaemonController : public base::RefCountedThreadSafe<DaemonController> { |
// TODO(sergeyu): Current implementations don't return this value. |
RESULT_CANCELLED = 2, |
- // Failed to access host directory. |
- RESULT_FAILED_DIRECTORY = 3 |
- |
// TODO(sergeyu): Add more error codes when we know how to handle |
// them in the webapp. |
}; |