Index: chromeos/dbus/flimflam_service_client.h |
diff --git a/chromeos/dbus/flimflam_service_client.h b/chromeos/dbus/flimflam_service_client.h |
index 081816a1e0c27c71ceddb49ab1960a1146fb56f8..dafcf70562011a399ba49e4788d9075ace728a74 100644 |
--- a/chromeos/dbus/flimflam_service_client.h |
+++ b/chromeos/dbus/flimflam_service_client.h |
@@ -94,6 +94,14 @@ class CHROMEOS_EXPORT FlimflamServiceClient { |
const std::string& carrier, |
const VoidCallback& callback) = 0; |
+ // DEPRECATED DO NOT USE: Calls ActivateCellularModem method and blocks until |
+ // the method call finishes. |
+ // |
+ // TODO(hashimoto): Refactor CrosActivateCellularModem and remove this method. |
stevenjb
2012/04/23 21:46:18
This is going to be a non-trivial but important ch
hashimoto
2012/04/24 04:52:39
Done.
|
+ virtual bool CallActivateCellularModemAndBlock( |
+ const dbus::ObjectPath& service_path, |
+ const std::string& carrier) = 0; |
+ |
protected: |
// Create() should be used instead. |
FlimflamServiceClient(); |