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

Unified Diff: remoting/host/setup/me2me_native_messaging_host.cc

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/daemon_controller.h ('k') | remoting/webapp/crd/js/host_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/me2me_native_messaging_host.cc
diff --git a/remoting/host/setup/me2me_native_messaging_host.cc b/remoting/host/setup/me2me_native_messaging_host.cc
index 50707350343e1a5de6c062e23a9535a2ee25c6f2..c807fef5219f14b33e9267cefe8690bf0887bc30 100644
--- a/remoting/host/setup/me2me_native_messaging_host.cc
+++ b/remoting/host/setup/me2me_native_messaging_host.cc
@@ -505,9 +505,6 @@ void Me2MeNativeMessagingHost::SendAsyncResult(
case DaemonController::RESULT_CANCELLED:
response->SetString("result", "CANCELLED");
break;
- case DaemonController::RESULT_FAILED_DIRECTORY:
- response->SetString("result", "FAILED_DIRECTORY");
- break;
}
channel_->SendMessage(std::move(response));
}
« no previous file with comments | « remoting/host/setup/daemon_controller.h ('k') | remoting/webapp/crd/js/host_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698