Index: chromeos/dbus/flimflam_service_client.h |
diff --git a/chromeos/dbus/flimflam_service_client.h b/chromeos/dbus/flimflam_service_client.h |
index 786c0bbfc70b7be96a016ba032332b331cdd974d..0e42767820e3e262805eae93834745cf384111eb 100644 |
--- a/chromeos/dbus/flimflam_service_client.h |
+++ b/chromeos/dbus/flimflam_service_client.h |
@@ -96,6 +96,15 @@ 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. |
+ // crosbug.com/29902 |
+ virtual bool CallActivateCellularModemAndBlock( |
+ const dbus::ObjectPath& service_path, |
+ const std::string& carrier) = 0; |
+ |
protected: |
// Create() should be used instead. |
FlimflamServiceClient(); |