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

Unified Diff: chromeos/dbus/shill_device_client.h

Issue 11361211: chromeos: Remove unused CrosAddIPConfig/CrosRemoveIPConfig functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « chromeos/dbus/shill_client_helper.cc ('k') | chromeos/dbus/shill_device_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_device_client.h
diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
index f01643016b87a964cf9475cb8dbaf533101dae40..7eb415e230116876ee74e41b65f4e0238dcd3f91 100644
--- a/chromeos/dbus/shill_device_client.h
+++ b/chromeos/dbus/shill_device_client.h
@@ -111,16 +111,6 @@ class CHROMEOS_EXPORT ShillDeviceClient {
const std::string& method,
const ObjectPathDBusMethodCallback& callback) = 0;
- // DEPRECATED DO NOT USE: Calls AddIPConfig method and blocks until the method
- // call finishes.
- // This method returns an empty path when method call fails.
- //
- // TODO(hashimoto): Refactor CrosAddIPConfig and remove this method.
- // crosbug.com/29902
- virtual dbus::ObjectPath CallAddIPConfigAndBlock(
- const dbus::ObjectPath& device_path,
- const std::string& method) = 0;
-
// Calls the RequirePin method.
// |callback| is called after the method call finishes.
virtual void RequirePin(const dbus::ObjectPath& device_path,
« no previous file with comments | « chromeos/dbus/shill_client_helper.cc ('k') | chromeos/dbus/shill_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698