Chromium Code Reviews| Index: chromeos/dbus/flimflam_manager_client.h |
| diff --git a/chromeos/dbus/flimflam_manager_client.h b/chromeos/dbus/flimflam_manager_client.h |
| index 45b68064ccd75fe615a1363e133e75a073ccb762..a41d2deb306535409f6b2d62e7bebff37b7b0e7d 100644 |
| --- a/chromeos/dbus/flimflam_manager_client.h |
| +++ b/chromeos/dbus/flimflam_manager_client.h |
| @@ -55,6 +55,11 @@ class CHROMEOS_EXPORT FlimflamManagerClient { |
| const base::Value& value, |
| const VoidCallback& callback) = 0; |
| + // DEPRECATED DO NOT USE: Calls SetProperty method and blocks until the method |
| + // call finishes. |
| + virtual bool CallSetPropertyAndBlock(const std::string& name, |
| + const base::Value& value) = 0; |
|
stevenjb
2012/04/23 21:42:06
We shouldn't need this.
hashimoto
2012/04/24 04:37:54
Done.
|
| + |
| // Calls RequestScan method. |
| // |callback| is called after the method call succeeds. |
| virtual void RequestScan(const std::string& type, |