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

Unified Diff: chromeos/dbus/flimflam_manager_client.h

Issue 10177001: Reimplement CrosSetOfflineMode without Libcros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 8 months 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
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,

Powered by Google App Engine
This is Rietveld 408576698