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: Remove useless test method. 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..1786946281e9e7a7514c602a9720044df514333b 100644
--- a/chromeos/components/tether/disconnect_tethering_operation.cc
+++ b/chromeos/components/tether/disconnect_tethering_operation.cc
@@ -86,6 +86,10 @@ MessageType DisconnectTetheringOperation::GetMessageTypeForConnection() {
return MessageType::DISCONNECT_TETHERING_REQUEST;
}
+bool DisconnectTetheringOperation::ShouldWaitForResponse() {
+ return false;
+}
+
} // namespace tether
} // namespace chromeos
« no previous file with comments | « chromeos/components/tether/disconnect_tethering_operation.h ('k') | chromeos/components/tether/message_transfer_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698