summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_service_client.h
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 20:10:36 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 20:10:36 +0000
commit1c641e27988557e60163be111275db567fddda6b (patch)
treefaffdf918da644eac02da6e87c784f764761c2ae /chromeos/dbus/shill_service_client.h
parent165bae7dac7c4e05eca691c58aa8eafe07b1fcc4 (diff)
downloadchromium_src-1c641e27988557e60163be111275db567fddda6b.zip
chromium_src-1c641e27988557e60163be111275db567fddda6b.tar.gz
chromium_src-1c641e27988557e60163be111275db567fddda6b.tar.bz2
Eliminate NetworkLibrary!
There should be no functionality changes with this CL, it should only eliminate unused code. It also removes cros_network_functions and all Shill blocking dbus calls (now unused). BUG=245494 Review URL: https://chromiumcodereview.appspot.com/23477058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_service_client.h')
-rw-r--r--chromeos/dbus/shill_service_client.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 6280f2c..64f2557 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -164,15 +164,6 @@ class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
const base::Closure& callback,
const ErrorCallback& error_callback) = 0;
- // DEPRECATED DO NOT USE: Calls ActivateCellularModem method and blocks until
- // the method call finishes.
- //
- // TODO(hashimoto): Refactor CrosActivateCellularModem and remove this method.
- // crosbug.com/29902
- virtual bool CallActivateCellularModemAndBlock(
- const dbus::ObjectPath& service_path,
- const std::string& carrier) = 0;
-
// Calls the GetLoadableProfileEntries method.
// |callback| is called after the method call succeeds.
virtual void GetLoadableProfileEntries(