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

Unified Diff: chromeos/dbus/flimflam_service_client.h

Issue 10134028: Reimplement ActivateCellularModem 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
« no previous file with comments | « chrome/browser/chromeos/cros/mock_chromeos_network.cc ('k') | chromeos/dbus/flimflam_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/chromeos/cros/mock_chromeos_network.cc ('k') | chromeos/dbus/flimflam_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698