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

Unified Diff: chromeos/components/tether/network_connection_handler_tether_delegate.h

Issue 2858943003: [CrOS Tether] Add disconnect handling to NetworkConnectionHandler::TetherDelegate. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « no previous file | chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/network_connection_handler_tether_delegate.h
diff --git a/chromeos/components/tether/network_connection_handler_tether_delegate.h b/chromeos/components/tether/network_connection_handler_tether_delegate.h
index 354131a5207a7f24533885509b6d24c8cf4211ac..45c723667d46f94b0055e149eaeeaba9340bbf9f 100644
--- a/chromeos/components/tether/network_connection_handler_tether_delegate.h
+++ b/chromeos/components/tether/network_connection_handler_tether_delegate.h
@@ -27,14 +27,11 @@ class NetworkConnectionHandlerTetherDelegate
TetherDisconnector* tether_disconnector);
~NetworkConnectionHandlerTetherDelegate() override;
- // TODO(khorimoto): Add DisconnectFromNetwork to
- // NetworkConnectionHandler::TetherDelegate and override it here.
+ // NetworkConnectionHandler::TetherDelegate:
void DisconnectFromNetwork(
const std::string& tether_network_guid,
const base::Closure& success_callback,
- const network_handler::StringResultCallback& error_callback);
-
- // NetworkConnectionHandler::TetherDelegate:
+ const network_handler::StringResultCallback& error_callback) override;
void ConnectToNetwork(
const std::string& tether_network_guid,
const base::Closure& success_callback,
« no previous file with comments | « no previous file | chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698