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

Unified Diff: chromeos/network/network_configuration_handler.h

Issue 14566009: Add NetworkConnectionHandler class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert Associating Stub change for test Created 7 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/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.
« no previous file with comments | « chromeos/network/managed_network_configuration_handler.cc ('k') | chromeos/network/network_configuration_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698