Index: chromeos/network/network_configuration_handler.h |
diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h |
index 2a0098983eba1743fbaabc7f9d2d4a06a1b5e8b8..1707ca06a236569535fd7f88f5991cd453977e25 100644 |
--- a/chromeos/network/network_configuration_handler.h |
+++ b/chromeos/network/network_configuration_handler.h |
@@ -80,19 +80,6 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler { |
const base::Closure& callback, |
const network_handler::ErrorCallback& error_callback); |
- // Initiates a connection with network that has id |service_path|. See note on |
- // |callback| and |error_callback|, in class description above. |
- 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|. See note on |
- // |callback| and |error_callback|, in class description above. |
- void Disconnect(const std::string& service_path, |
- const base::Closure& callback, |
- const network_handler::ErrorCallback& error_callback) const; |
- |
- |
// Creates a network with the given properties in the active Shill profile, |
// and returns the new service_path to |callback| if successful. See note on |
// |callback| and |error_callback|, in class description above. |