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

Unified Diff: remoting/host/it2me/it2me_host.cc

Issue 2342393003: Removing TODO for It2Me Confirmation Dialog (Closed)
Patch Set: Switching Logging statement Created 4 years, 3 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/host/it2me/it2me_host.cc
diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc
index e018c9be09db4289ada9c4f3eab99130766ef777..62c08a24d045f87ee14cae2d37c55a365fa5f8dc 100644
--- a/remoting/host/it2me/it2me_host.cc
+++ b/remoting/host/it2me/it2me_host.cc
@@ -518,12 +518,6 @@ void It2MeHost::ValidateConnectionDetails(
std::unique_ptr<It2MeConfirmationDialog> confirmation_dialog =
confirmation_dialog_factory_->Create();
- // TODO(joedow): Remove this once confirmation dialog exists on all platforms.
- if (!confirmation_dialog) {
- result_callback.Run(ValidationResult::SUCCESS);
- return;
- }
-
confirmation_dialog_proxy_.reset(new It2MeConfirmationDialogProxy(
host_context_->ui_task_runner(), std::move(confirmation_dialog)));
« no previous file with comments | « remoting/host/it2me/it2me_confirmation_dialog_android.cc ('k') | remoting/host/it2me/it2me_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698