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

Unified Diff: chromeos/network/managed_network_configuration_handler.h

Issue 14566009: Add NetworkConnectionHandler class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modify Shill stubs Created 7 years, 8 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/network/managed_network_configuration_handler.h
diff --git a/chromeos/network/managed_network_configuration_handler.h b/chromeos/network/managed_network_configuration_handler.h
index e563fe48be88230bfda10a35a8284fd6a20555b4..1de31223ebc022f07cccf565f8ac7b82b073c6b6 100644
--- a/chromeos/network/managed_network_configuration_handler.h
+++ b/chromeos/network/managed_network_configuration_handler.h
@@ -88,20 +88,6 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandler {
const base::Closure& callback,
const network_handler::ErrorCallback& error_callback) const;
- // Initiates a connection with network that has |service_path|. |callback| is
- // called if the connection request was successfully handled. That doesn't
- // mean that the connection was successfully established.
- void Connect(const std::string& service_path,
- const base::Closure& callback,
- const network_handler::ErrorCallback& error_callback) const;
-
- // Initiates a disconnect with the network at |service_path|. |callback| is
- // called if the diconnect request was successfully handled. That doesn't mean
- // that the network is already diconnected.
- void Disconnect(const std::string& service_path,
- const base::Closure& callback,
- const network_handler::ErrorCallback& error_callback) const;
-
// Initially configures an unconfigured network with the given user settings
// and returns the new identifier to |callback| if successful. Fails if the
// network was already configured by a call to this function or because of a

Powered by Google App Engine
This is Rietveld 408576698