| 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
|
|
|