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

Unified Diff: chromeos/components/tether/disconnect_tethering_operation.cc

Issue 2915713002: Tether MessageTransferOperation: Only wait for a response from a host for a certain amount of time … (Closed)
Patch Set: Created 3 years, 7 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: chromeos/components/tether/disconnect_tethering_operation.cc
diff --git a/chromeos/components/tether/disconnect_tethering_operation.cc b/chromeos/components/tether/disconnect_tethering_operation.cc
index 72b2218b0ade078a83bc2804f0d1bd6ad484195f..9d0d34b9f8d1a257720f74cade0f68bbca660750 100644
--- a/chromeos/components/tether/disconnect_tethering_operation.cc
+++ b/chromeos/components/tether/disconnect_tethering_operation.cc
@@ -49,7 +49,9 @@ DisconnectTetheringOperation::DisconnectTetheringOperation(
std::vector<cryptauth::RemoteDevice>{device_to_connect},
connection_manager),
device_id_(device_to_connect.GetDeviceId()),
- has_authenticated_(false) {}
+ has_authenticated_(false) {
+ SetWaitForResponse(false);
+}
DisconnectTetheringOperation::~DisconnectTetheringOperation() {}

Powered by Google App Engine
This is Rietveld 408576698